#13CE9E

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

Shades of Caribbean Green #13CE9E

Tints of Caribbean Green #13CE9E

Color information

#13CE9E (or 0x13CE9E) is unknown color: approx Caribbean Green. HEX triplet: 13, CE and 9E. RGB value is (19,206,158). Sum of RGB (Red+Green+Blue) = 19+206+158=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE9E is #EC3161. Grayscale: #909090. Windows color (decimal): -15479138 or 10407443. OLE color: 10407443.

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

Color convert

RGB19206158-
CMYK0.9100.230.19
HSL164.6º83.11%44.12%-
HSV(B)164.6º90.78%80.78%-
XYZ28.5146.7539.87-
YUV144.62135.5538.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.96%
GREEN value IS 206 (80.86% from 255) = 53.79%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=4.96%
G=53.79%
B=41.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192061580.9100.230.19164.683.1144.12
Hex13CE9E5B01713a5532c
Octal233162361330272324512354
Binary100111100111010011110101101101011110011101001011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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