#19CFA5

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

Shades of Caribbean Green #19CFA5

Tints of Caribbean Green #19CFA5

Color information

#19CFA5 (or 0x19CFA5) is unknown color: approx Caribbean Green. HEX triplet: 19, CF and A5. RGB value is (25,207,165). Sum of RGB (Red+Green+Blue) = 25+207+165=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CFA5 is #E6305A. Grayscale: #939393. Windows color (decimal): -15085659 or 10866457. OLE color: 10866457.

HSL color Cylindrical-coordinate representation of color #19CFA5: hue angle of 166.15º 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 #19CFA5 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB25207165-
CMYK0.8800.200.19
HSL166.15º78.45%45.49%-
HSV(B)166.15º87.92%81.18%-
XYZ29.5147.5543.22-
YUV147.79137.740.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.30%
GREEN value IS 207 (81.25% from 255) = 52.14%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=6.30%
G=52.14%
B=41.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal252071650.8800.200.19166.1578.4545.49
Hex19CFA55801413a64e2d
Octal313172451300242324611655
Binary110011100111110100101101100001010010011101001101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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