Html Css Color HEX #19C0AB Light Sea Green

📋 copy color: '#19C0AB'

red 25 ◦ green 192 ◦ blue 171

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

Shades of Light Sea Green #19C0AB

Tints of Light Sea Green #19C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.48%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 6.44%
G = 49.48%
B = 44.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#19C0AB (or 0x19C0AB) is known color: Light Sea Green. HEX triplet: 19, C0 and AB. RGB value is (25,192,171). Sum of RGB (Red+Green+Blue) = 25+192+171=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #19C0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C0AB is #E63F54. Grayscale: #8B8B8B. Windows color (decimal): -15089493 or 11255833. OLE color: 11255833.

HSL color Cylindrical-coordinate representation of color #19C0AB: hue angle of 172.46º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C0AB is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 192 171 -
CMYK 0.87 0 0.11 0.25
HSL 172.46º 0.77% 0.43% -
HSV(B) 172.46º 0.87% 0.75% -
XYZ 26.6 40.85 45.01 -
YUV 139.67 145.67 46.21 -
System Red Green Blue C M Y K H S L
Decimal 25 192 171 0.87 0 0.11 0.25 172.46 0.77 0.43
Hex 19 C0 AB 57 0 B 19 AC 4D 2B
Octal 31 300 253 127 0 13 31 254 115 53
Binary 11001 11000000 10101011 1010111 0 1011 11001 10101100 1001101 101011

Color Harmonies of #19C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C0AB

Black with #19C0AB

Text Example


Text Example

White with #19C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,192,171); }

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

background-color css

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

 a { background-color: rgb(25,192,171); }

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

border-color css

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

 span { border-color: rgb(25,192,171); }

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