#16BDA4

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

Shades of Light Sea Green #16BDA4

Tints of Light Sea Green #16BDA4

Color information

#16BDA4 (or 0x16BDA4) is unknown color: approx Light Sea Green. HEX triplet: 16, BD and A4. RGB value is (22,189,164). Sum of RGB (Red+Green+Blue) = 22+189+164=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #16BDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BDA4 is #E9425B. Grayscale: #888888. Windows color (decimal): -15286876 or 10796310. OLE color: 10796310.

HSL color Cylindrical-coordinate representation of color #16BDA4: hue angle of 171.02º 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 #16BDA4 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB22189164-
CMYK0.8800.130.26
HSL171.02º79.15%41.37%-
HSV(B)171.02º88.36%74.12%-
XYZ25.2339.2541.37-
YUV136.22143.6746.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.87%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=5.87%
G=50.4%
B=43.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221891640.8800.130.26171.0279.1541.37
Hex16BDA4580D1Aab4f29
Octal262752441300153225311751
Binary10110101111011010010010110000110111010101010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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