#10B0B6

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

Shades of Light Sea Green #10B0B6

Tints of Light Sea Green #10B0B6

Color information

#10B0B6 (or 0x10B0B6) is unknown color: approx Light Sea Green. HEX triplet: 10, B0 and B6. RGB value is (16,176,182). Sum of RGB (Red+Green+Blue) = 16+176+182=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #10B0B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B0B6 is #EF4F49. Grayscale: #808080. Windows color (decimal): -15683402 or 11972624. OLE color: 11972624.

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

Color convert

RGB16176182-
CMYK0.910.0300.29
HSL182.17º83.84%38.82%-
HSV(B)182.17º91.21%71.37%-
XYZ24.1834.5449.65-
YUV128.84157.9947.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.28%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=4.28%
G=47.06%
B=48.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161761820.910.0300.29182.1783.8438.82
Hex10B0B65B301Db65427
Octal20260266133303526612447
Binary100001011000010110110101101111011101101101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,176,182); }

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

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

 a { background-color: rgb(16,176,182); }

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

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

 span { border-color: rgb(16,176,182); }

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