#13CB9E

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

Shades of Caribbean Green #13CB9E

Tints of Caribbean Green #13CB9E

Color information

#13CB9E (or 0x13CB9E) is unknown color: approx Caribbean Green. HEX triplet: 13, CB and 9E. RGB value is (19,203,158). Sum of RGB (Red+Green+Blue) = 19+203+158=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB9E is #EC3461. Grayscale: #8E8E8E. Windows color (decimal): -15479906 or 10406675. OLE color: 10406675.

HSL color Cylindrical-coordinate representation of color #13CB9E: hue angle of 165.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB9E is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB19203158-
CMYK0.9100.220.20
HSL165.33º82.88%43.53%-
HSV(B)165.33º90.64%79.61%-
XYZ27.845.3239.63-
YUV142.85136.5439.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5%
GREEN value IS 203 (79.69% from 255) = 53.42%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=5%
G=53.42%
B=41.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192031580.9100.220.20165.3382.8843.53
Hex13CB9E5B01614a5532c
Octal233132361330262424512354
Binary100111100101110011110101101101011010100101001011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,203,158); }

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

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

 a { background-color: rgb(19,203,158); }

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

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

 span { border-color: rgb(19,203,158); }

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