#10b5b7

Color #10B5B7 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #10B5B7

Tints of Light Sea Green #10B5B7

Color information

#10B5B7 (or 0x10B5B7) is unknown color: approx Light Sea Green. HEX triplet: 10, B5 and B7. RGB value is (16,181,183). Sum of RGB (Red+Green+Blue) = 16+181+183=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #10B5B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5B7 is #EF4A48. Grayscale: #838383. Windows color (decimal): -15682121 or 12039440. OLE color: 12039440.

HSL color Cylindrical-coordinate representation of color #10B5B7: hue angle of 180.72º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B5B7 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16181183-
CMYK0.910.0100.28
HSL180.72º83.92%39.02%-
HSV(B)180.72º91.26%71.76%-
XYZ25.2836.5850.53-
YUV131.89156.8445.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.21%
GREEN value IS 181 (71.09% from 255) = 47.63%
BLUE value IS 183 (71.88% from 255) = 48.16%
R=4.21%
G=47.63%
B=48.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161811830.910.0100.28180.7283.9239.02
Hex10B5B75B101Cb55427
Octal20265267133103426512447
Binary10000101101011011011110110111011100101101011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10b5b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10b5b7; }

 p { color: rgb(16,181,183); }

 H1.HeaderClassName
 {
   color: #10b5b7;
 }
 .AnyTagClassName
 {
   color: #10b5b7;
 }
</style>
background-color css

<style>
 a { background-color: #10b5b7; }

 a { background-color: rgb(16,181,183); }

 div.DivClassName
 {
   background-color: #10b5b7;
 }
 .BgClassName
 {
   background-color: #10b5b7;
 }
</style>
border-color css

<style>
 span { border-color: #10b5b7; }

 span { border-color: rgb(16,181,183); }

 td.TdClassName
 {
   border-color: #10b5b7;
 }
 .TagClassName
 {
   border-color: #10b5b7;
 }
</style>