#13CD9D

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

Shades of Caribbean Green #13CD9D

Tints of Caribbean Green #13CD9D

Color information

#13CD9D (or 0x13CD9D) is unknown color: approx Caribbean Green. HEX triplet: 13, CD and 9D. RGB value is (19,205,157). Sum of RGB (Red+Green+Blue) = 19+205+157=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #13CD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CD9D is #EC3262. Grayscale: #8F8F8F. Windows color (decimal): -15479395 or 10341651. OLE color: 10341651.

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

Color convert

RGB19205157-
CMYK0.9100.230.20
HSL164.52º83.04%43.92%-
HSV(B)164.52º90.73%80.39%-
XYZ28.1946.2439.34-
YUV143.91135.3838.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.99%
GREEN value IS 205 (80.47% from 255) = 53.81%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=4.99%
G=53.81%
B=41.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192051570.9100.230.20164.5283.0443.92
Hex13CD9D5B01714a5532c
Octal233152351330272424512354
Binary100111100110110011101101101101011110100101001011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,205,157); }

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

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

 a { background-color: rgb(19,205,157); }

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

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

 span { border-color: rgb(19,205,157); }

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