#13C09C

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

Shades of Caribbean Green #13C09C

Tints of Caribbean Green #13C09C

Color information

#13C09C (or 0x13C09C) is unknown color: approx Caribbean Green. HEX triplet: 13, C0 and 9C. RGB value is (19,192,156). Sum of RGB (Red+Green+Blue) = 19+192+156=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #13C09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C09C is #EC3F63. Grayscale: #888888. Windows color (decimal): -15482724 or 10272787. OLE color: 10272787.

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

Color convert

RGB19192156-
CMYK0.9000.190.25
HSL167.51º81.99%41.37%-
HSV(B)167.51º90.1%75.29%-
XYZ25.1240.2437.9-
YUV136.17139.1944.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.18%
GREEN value IS 192 (75.39% from 255) = 52.32%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=5.18%
G=52.32%
B=42.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191921560.9000.190.25167.5181.9941.37
Hex13C09C5A01319a85229
Octal233002341320233125012251
Binary100111100000010011100101101001001111001101010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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