#13C09D

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

Shades of Caribbean Green #13C09D

Tints of Caribbean Green #13C09D

Color information

#13C09D (or 0x13C09D) is unknown color: approx Caribbean Green. HEX triplet: 13, C0 and 9D. RGB value is (19,192,157). Sum of RGB (Red+Green+Blue) = 19+192+157=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #13C09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C09D is #EC3F62. Grayscale: #888888. Windows color (decimal): -15482723 or 10338323. OLE color: 10338323.

HSL color Cylindrical-coordinate representation of color #13C09D: hue angle of 167.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C09D is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19192157-
CMYK0.9000.180.25
HSL167.86º81.99%41.37%-
HSV(B)167.86º90.1%75.29%-
XYZ25.240.2738.34-
YUV136.28139.6944.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.16%
GREEN value IS 192 (75.39% from 255) = 52.17%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=5.16%
G=52.17%
B=42.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191921570.9000.180.25167.8681.9941.37
Hex13C09D5A01219a85229
Octal233002351320223125012251
Binary100111100000010011101101101001001011001101010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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