Html Css Color HEX #19AFAC Light Sea Green

📋 copy color: '#19AFAC'

red 25 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #19AFAC

Tints of Light Sea Green #19AFAC

RGB

 RED value IS 25 (10.16% from 255) = 6.72%

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 6.72%
G = 47.04%
B = 46.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#19AFAC (or 0x19AFAC) is known color: Light Sea Green. HEX triplet: 19, AF and AC. RGB value is (25,175,172). Sum of RGB (Red+Green+Blue) = 25+175+172=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #19AFAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AFAC is #E65053. Grayscale: #818181. Windows color (decimal): -15093844 or 11317017. OLE color: 11317017.

HSL color Cylindrical-coordinate representation of color #19AFAC: hue angle of 178.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AFAC is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 172 -
CMYK 0.86 0 0.02 0.31
HSL 178.8º 0.75% 0.39% -
HSV(B) 178.8º 0.86% 0.69% -
XYZ 23.18 33.85 44.34 -
YUV 129.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 25 175 172 0.86 0 0.02 0.31 178.8 0.75 0.39
Hex 19 AF AC 56 0 2 1F B3 4B 27
Octal 31 257 254 126 0 2 37 263 113 47
Binary 11001 10101111 10101100 1010110 0 10 11111 10110011 1001011 100111

Color Harmonies of #19AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AFAC

Black with #19AFAC

Text Example


Text Example

White with #19AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19AFAC; }

 p { color: rgb(25,175,172); }

 H1.HeaderClassName
 {
   color: #19AFAC;
 }
 .AnyTagClassName
 {
   color: #19AFAC;
 }
</style>

background-color css

<style>
 a { background-color: #19AFAC; }

 a { background-color: rgb(25,175,172); }

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

border-color css

<style>
 span { border-color: #19AFAC; }

 span { border-color: rgb(25,175,172); }

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