Html Css Color HEX #16AFAE Light Sea Green

📋 copy color: '#16AFAE'

red 22 ◦ green 175 ◦ blue 174

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

Shades of Light Sea Green #16AFAE

Tints of Light Sea Green #16AFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 5.93%
G = 47.17%
B = 46.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#16AFAE (or 0x16AFAE) is known color: Light Sea Green. HEX triplet: 16, AF and AE. RGB value is (22,175,174). Sum of RGB (Red+Green+Blue) = 22+175+174=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #16AFAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AFAE is #E95051. Grayscale: #808080. Windows color (decimal): -15290450 or 11448086. OLE color: 11448086.

HSL color Cylindrical-coordinate representation of color #16AFAE: hue angle of 179.61º 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 #16AFAE is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 175 174 -
CMYK 0.87 0 0.01 0.31
HSL 179.61º 0.78% 0.39% -
HSV(B) 179.61º 0.87% 0.69% -
XYZ 23.3 33.89 45.36 -
YUV 129.14 153.31 51.58 -
System Red Green Blue C M Y K H S L
Decimal 22 175 174 0.87 0 0.01 0.31 179.61 0.78 0.39
Hex 16 AF AE 57 0 1 1F B4 4E 27
Octal 26 257 256 127 0 1 37 264 116 47
Binary 10110 10101111 10101110 1010111 0 1 11111 10110100 1001110 100111

Color Harmonies of #16AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFAE

Black with #16AFAE

Text Example


Text Example

White with #16AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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