#13CFA9

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

Shades of Caribbean Green #13CFA9

Tints of Caribbean Green #13CFA9

Color information

#13CFA9 (or 0x13CFA9) is unknown color: approx Caribbean Green. HEX triplet: 13, CF and A9. RGB value is (19,207,169). Sum of RGB (Red+Green+Blue) = 19+207+169=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CFA9 is #EC3056. Grayscale: #929292. Windows color (decimal): -15478871 or 11128595. OLE color: 11128595.

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

Color convert

RGB19207169-
CMYK0.9100.180.19
HSL167.87º83.19%44.31%-
HSV(B)167.87º90.82%81.18%-
XYZ29.7447.6345.16-
YUV146.46140.7237.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.81%
GREEN value IS 207 (81.25% from 255) = 52.41%
BLUE value IS 169 (66.41% from 255) = 42.78%
R=4.81%
G=52.41%
B=42.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192071690.9100.180.19167.8783.1944.31
Hex13CFA95B01213a8532c
Octal233172511330222325012354
Binary100111100111110101001101101101001010011101010001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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