#16B8B6

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

Shades of Light Sea Green #16B8B6

Tints of Light Sea Green #16B8B6

Color information

#16B8B6 (or 0x16B8B6) is unknown color: approx Light Sea Green. HEX triplet: 16, B8 and B6. RGB value is (22,184,182). Sum of RGB (Red+Green+Blue) = 22+184+182=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #16B8B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B8B6 is #E94749. Grayscale: #878787. Windows color (decimal): -15288138 or 11974678. OLE color: 11974678.

HSL color Cylindrical-coordinate representation of color #16B8B6: hue angle of 179.26º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B8B6 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB22184182-
CMYK0.8800.010.28
HSL179.26º78.64%40.39%-
HSV(B)179.26º88.04%72.16%-
XYZ25.9137.8350.19-
YUV135.33154.3347.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.67%
GREEN value IS 184 (72.27% from 255) = 47.42%
BLUE value IS 182 (71.48% from 255) = 46.91%
R=5.67%
G=47.42%
B=46.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal221841820.8800.010.28179.2678.6440.39
Hex16B8B658011Cb34f28
Octal26270266130013426311750
Binary10110101110001011011010110000111100101100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B8B6; }

 p { color: rgb(22,184,182); }

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

<style>
 a { background-color: #16B8B6; }

 a { background-color: rgb(22,184,182); }

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

<style>
 span { border-color: #16B8B6; }

 span { border-color: rgb(22,184,182); }

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