#13D796

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

Shades of Caribbean Green #13D796

Tints of Caribbean Green #13D796

Color information

#13D796 (or 0x13D796) is unknown color: approx Caribbean Green. HEX triplet: 13, D7 and 96. RGB value is (19,215,150). Sum of RGB (Red+Green+Blue) = 19+215+150=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #13D796 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D796 is #EC2869. Grayscale: #959595. Windows color (decimal): -15476842 or 9885459. OLE color: 9885459.

HSL color Cylindrical-coordinate representation of color #13D796: hue angle of 160.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D796 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB19215150-
CMYK0.9100.300.16
HSL160.1º83.76%45.88%-
HSV(B)160.1º91.16%84.31%-
XYZ30.0750.9437.1-
YUV148.99128.5735.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.95%
GREEN value IS 215 (84.38% from 255) = 55.99%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=4.95%
G=55.99%
B=39.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192151500.9100.300.16160.183.7645.88
Hex13D7965B01E10a0542e
Octal233272261330362024012456
Binary100111101011110010110101101101111010000101000001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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