Html Css Color HEX #16AF9C Light Sea Green

📋 copy color: '#16AF9C'

red 22 ◦ green 175 ◦ blue 156

#16AF9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #16AF9C

Tints of Light Sea Green #16AF9C

RGB

 RED value IS 22 (8.98% from 255) = 6.23%

 GREEN value IS 175 (68.75% from 255) = 49.58%

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 6.23%
G = 49.58%
B = 44.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#16AF9C (or 0x16AF9C) is known color: Light Sea Green. HEX triplet: 16, AF and 9C. RGB value is (22,175,156). Sum of RGB (Red+Green+Blue) = 22+175+156=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AF9C is #E95063. Grayscale: #7F7F7F. Windows color (decimal): -15290468 or 10268438. OLE color: 10268438.

HSL color Cylindrical-coordinate representation of color #16AF9C: hue angle of 172.55º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF9C is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 175 156 -
CMYK 0.87 0 0.11 0.31
HSL 172.55º 0.78% 0.39% -
HSV(B) 172.55º 0.87% 0.69% -
XYZ 21.66 33.23 36.73 -
YUV 127.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 22 175 156 0.87 0 0.11 0.31 172.55 0.78 0.39
Hex 16 AF 9C 57 0 B 1F AD 4E 27
Octal 26 257 234 127 0 13 37 255 116 47
Binary 10110 10101111 10011100 1010111 0 1011 11111 10101101 1001110 100111

Color Harmonies of #16AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AF9C

Black with #16AF9C

Text Example


Text Example

White with #16AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #16AF9C;
 }
 .AnyTagClassName
 {
   color: #16AF9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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