#19e0a1

Color #19E0A1 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #19E0A1

Tints of Caribbean Green #19E0A1

Color information

#19E0A1 (or 0x19E0A1) is unknown color: approx Caribbean Green. HEX triplet: 19, E0 and A1. RGB value is (25,224,161). Sum of RGB (Red+Green+Blue) = 25+224+161=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #19E0A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19E0A1 is #E61F5E. Grayscale: #9D9D9D. Windows color (decimal): -15081311 or 10608665. OLE color: 10608665.

HSL color Cylindrical-coordinate representation of color #19E0A1: hue angle of 161.01º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E0A1 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB25224161-
CMYK0.8900.280.12
HSL161.01º79.92%48.82%-
HSV(B)161.01º88.84%87.84%-
XYZ33.4956.0942.78-
YUV157.32130.0733.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.10%
GREEN value IS 224 (87.89% from 255) = 54.63%
BLUE value IS 161 (63.28% from 255) = 39.27%
R=6.10%
G=54.63%
B=39.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal252241610.8900.280.12161.0179.9248.82
Hex19E0A15901CCa15031
Octal313402411310341424112061
Binary11001111000001010000110110010111001100101000011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19e0a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,224,161); }

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

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

 a { background-color: rgb(25,224,161); }

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

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

 span { border-color: rgb(25,224,161); }

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