#13C797

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

Shades of Caribbean Green #13C797

Tints of Caribbean Green #13C797

Color information

#13C797 (or 0x13C797) is unknown color: approx Caribbean Green. HEX triplet: 13, C7 and 97. RGB value is (19,199,151). Sum of RGB (Red+Green+Blue) = 19+199+151=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #13C797 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C797 is #EC3868. Grayscale: #8B8B8B. Windows color (decimal): -15480937 or 9946899. OLE color: 9946899.

HSL color Cylindrical-coordinate representation of color #13C797: hue angle of 164º 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 #13C797 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19199151-
CMYK0.9000.240.22
HSL164º82.57%42.75%-
HSV(B)164º90.45%78.04%-
XYZ26.2843.2236.24-
YUV139.71134.3741.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 199 (78.12% from 255) = 53.93%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=5.15%
G=53.93%
B=40.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191991510.9000.240.2216482.5742.75
Hex13C7975A01816a4532b
Octal233072271320302624412353
Binary100111100011110010111101101001100010110101001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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