#13CA9F

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

Shades of Caribbean Green #13CA9F

Tints of Caribbean Green #13CA9F

Color information

#13CA9F (or 0x13CA9F) is unknown color: approx Caribbean Green. HEX triplet: 13, CA and 9F. RGB value is (19,202,159). Sum of RGB (Red+Green+Blue) = 19+202+159=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA9F is #EC3560. Grayscale: #8E8E8E. Windows color (decimal): -15480161 or 10471955. OLE color: 10471955.

HSL color Cylindrical-coordinate representation of color #13CA9F: hue angle of 165.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA9F is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB19202159-
CMYK0.9100.210.21
HSL165.9º82.81%43.33%-
HSV(B)165.9º90.59%79.22%-
XYZ27.6544.8840.01-
YUV142.38137.3740-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5%
GREEN value IS 202 (79.30% from 255) = 53.16%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=5%
G=53.16%
B=41.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192021590.9100.210.21165.982.8143.33
Hex13CA9F5B01515a6532b
Octal233122371330252524612353
Binary100111100101010011111101101101010110101101001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13CA9F; }

 p { color: rgb(19,202,159); }

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

<style>
 a { background-color: #13CA9F; }

 a { background-color: rgb(19,202,159); }

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

<style>
 span { border-color: #13CA9F; }

 span { border-color: rgb(19,202,159); }

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