#13DE96

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

Shades of Caribbean Green #13DE96

Tints of Caribbean Green #13DE96

Color information

#13DE96 (or 0x13DE96) is unknown color: approx Caribbean Green. HEX triplet: 13, DE and 96. RGB value is (19,222,150). Sum of RGB (Red+Green+Blue) = 19+222+150=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #13DE96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DE96 is #EC2169. Grayscale: #999999. Windows color (decimal): -15475050 or 9887251. OLE color: 9887251.

HSL color Cylindrical-coordinate representation of color #13DE96: hue angle of 158.72º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DE96 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB19222150-
CMYK0.9100.320.13
HSL158.72º84.23%47.25%-
HSV(B)158.72º91.44%87.06%-
XYZ31.8954.5837.71-
YUV153.1126.2532.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.86%
GREEN value IS 222 (87.11% from 255) = 56.78%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=4.86%
G=56.78%
B=38.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192221500.9100.320.13158.7284.2347.25
Hex13DE965B020D9f542f
Octal233362261330401523712457
Binary100111101111010010110101101101000001101100111111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,222,150); }

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

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

 a { background-color: rgb(19,222,150); }

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

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

 span { border-color: rgb(19,222,150); }

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