#13C79D

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

Shades of Caribbean Green #13C79D

Tints of Caribbean Green #13C79D

Color information

#13C79D (or 0x13C79D) is unknown color: approx Caribbean Green. HEX triplet: 13, C7 and 9D. RGB value is (19,199,157). Sum of RGB (Red+Green+Blue) = 19+199+157=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #13C79D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C79D is #EC3862. Grayscale: #8C8C8C. Windows color (decimal): -15480931 or 10340115. OLE color: 10340115.

HSL color Cylindrical-coordinate representation of color #13C79D: hue angle of 166º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C79D is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19199157-
CMYK0.9000.210.22
HSL166º82.57%42.75%-
HSV(B)166º90.45%78.04%-
XYZ26.7843.4238.87-
YUV140.39137.3741.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.07%
GREEN value IS 199 (78.12% from 255) = 53.07%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=5.07%
G=53.07%
B=41.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191991570.9000.210.2216682.5742.75
Hex13C79D5A01516a6532b
Octal233072351320252624612353
Binary100111100011110011101101101001010110110101001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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