#16AFB4

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

Shades of Light Sea Green #16AFB4

Tints of Light Sea Green #16AFB4

Color information

#16AFB4 (or 0x16AFB4) is unknown color: approx Light Sea Green. HEX triplet: 16, AF and B4. RGB value is (22,175,180). Sum of RGB (Red+Green+Blue) = 22+175+180=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #16AFB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFB4 is #E9504B. Grayscale: #818181. Windows color (decimal): -15290444 or 11841302. OLE color: 11841302.

HSL color Cylindrical-coordinate representation of color #16AFB4: hue angle of 181.9º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16AFB4 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB22175180-
CMYK0.880.0300.29
HSL181.9º78.22%39.61%-
HSV(B)181.9º87.78%70.59%-
XYZ23.934.1348.51-
YUV129.82156.3151.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.84%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=5.84%
G=46.42%
B=47.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221751800.880.0300.29181.978.2239.61
Hex16AFB458301Db64e28
Octal26257264130303526611650
Binary101101010111110110100101100011011101101101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,175,180); }

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

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

 a { background-color: rgb(22,175,180); }

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

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

 span { border-color: rgb(22,175,180); }

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