#13CEA0

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

Shades of Caribbean Green #13CEA0

Tints of Caribbean Green #13CEA0

Color information

#13CEA0 (or 0x13CEA0) is unknown color: approx Caribbean Green. HEX triplet: 13, CE and A0. RGB value is (19,206,160). Sum of RGB (Red+Green+Blue) = 19+206+160=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEA0 is #EC315F. Grayscale: #909090. Windows color (decimal): -15479136 or 10538515. OLE color: 10538515.

HSL color Cylindrical-coordinate representation of color #13CEA0: hue angle of 165.24º 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 #13CEA0 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB19206160-
CMYK0.9100.220.19
HSL165.24º83.11%44.12%-
HSV(B)165.24º90.78%80.78%-
XYZ28.6946.8240.78-
YUV144.84136.5538.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.94%
GREEN value IS 206 (80.86% from 255) = 53.51%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=4.94%
G=53.51%
B=41.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192061600.9100.220.19165.2483.1144.12
Hex13CEA05B01613a5532c
Octal233162401330262324512354
Binary100111100111010100000101101101011010011101001011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,206,160); }

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

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

 a { background-color: rgb(19,206,160); }

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

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

 span { border-color: rgb(19,206,160); }

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