#13C2A0

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

Shades of Caribbean Green #13C2A0

Tints of Caribbean Green #13C2A0

Color information

#13C2A0 (or 0x13C2A0) is unknown color: approx Caribbean Green. HEX triplet: 13, C2 and A0. RGB value is (19,194,160). Sum of RGB (Red+Green+Blue) = 19+194+160=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C2A0 is #EC3D5F. Grayscale: #898989. Windows color (decimal): -15482208 or 10535443. OLE color: 10535443.

HSL color Cylindrical-coordinate representation of color #13C2A0: hue angle of 168.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2A0 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19194160-
CMYK0.9000.180.24
HSL168.34º82.16%41.76%-
HSV(B)168.34º90.21%76.08%-
XYZ25.9141.2639.86-
YUV137.8140.5243.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.09%
GREEN value IS 194 (76.17% from 255) = 52.01%
BLUE value IS 160 (62.89% from 255) = 42.90%
R=5.09%
G=52.01%
B=42.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191941600.9000.180.24168.3482.1641.76
Hex13C2A05A01218a8522a
Octal233022401320223025012252
Binary100111100001010100000101101001001011000101010001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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