#19CFA9

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

Shades of Caribbean Green #19CFA9

Tints of Caribbean Green #19CFA9

Color information

#19CFA9 (or 0x19CFA9) is unknown color: approx Caribbean Green. HEX triplet: 19, CF and A9. RGB value is (25,207,169). Sum of RGB (Red+Green+Blue) = 25+207+169=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CFA9 is #E63056. Grayscale: #949494. Windows color (decimal): -15085655 or 11128601. OLE color: 11128601.

HSL color Cylindrical-coordinate representation of color #19CFA9: hue angle of 167.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CFA9 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB25207169-
CMYK0.8800.180.19
HSL167.47º78.45%45.49%-
HSV(B)167.47º87.92%81.18%-
XYZ29.8847.745.17-
YUV148.25139.740.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.23%
GREEN value IS 207 (81.25% from 255) = 51.62%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=6.23%
G=51.62%
B=42.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal252071690.8800.180.19167.4778.4545.49
Hex19CFA95801213a74e2d
Octal313172511300222324711655
Binary110011100111110101001101100001001010011101001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,207,169); }

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

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

 a { background-color: rgb(25,207,169); }

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

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

 span { border-color: rgb(25,207,169); }

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