#16BDB5

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

Shades of Light Sea Green #16BDB5

Tints of Light Sea Green #16BDB5

Color information

#16BDB5 (or 0x16BDB5) is unknown color: approx Light Sea Green. HEX triplet: 16, BD and B5. RGB value is (22,189,181). Sum of RGB (Red+Green+Blue) = 22+189+181=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #16BDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDB5 is #E9424A. Grayscale: #8A8A8A. Windows color (decimal): -15286859 or 11910422. OLE color: 11910422.

HSL color Cylindrical-coordinate representation of color #16BDB5: hue angle of 177.13º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BDB5 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB22189181-
CMYK0.8800.040.26
HSL177.13º79.15%41.37%-
HSV(B)177.13º88.36%74.12%-
XYZ26.8739.950-
YUV138.16152.1745.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.61%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=5.61%
G=48.21%
B=46.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221891810.8800.040.26177.1379.1541.37
Hex16BDB558041Ab14f29
Octal26275265130043226111751
Binary1011010111101101101011011000010011010101100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,189,181); }

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

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

 a { background-color: rgb(22,189,181); }

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

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

 span { border-color: rgb(22,189,181); }

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