#13E3AB

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

Shades of Caribbean Green #13E3AB

Tints of Caribbean Green #13E3AB

Color information

#13E3AB (or 0x13E3AB) is unknown color: approx Caribbean Green. HEX triplet: 13, E3 and AB. RGB value is (19,227,171). Sum of RGB (Red+Green+Blue) = 19+227+171=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #13E3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E3AB is #EC1C54. Grayscale: #9E9E9E. Windows color (decimal): -15473749 or 11264787. OLE color: 11264787.

HSL color Cylindrical-coordinate representation of color #13E3AB: hue angle of 163.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E3AB is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB19227171-
CMYK0.9200.250.11
HSL163.85º84.55%48.24%-
HSV(B)163.85º91.63%89.02%-
XYZ35.0958.0247.88-
YUV158.42135.0928.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.56%
GREEN value IS 227 (89.06% from 255) = 54.44%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=4.56%
G=54.44%
B=41.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192271710.9200.250.11163.8584.5548.24
Hex13E3AB5C019Ba45530
Octal233432531340311324412560
Binary10011111000111010101110111000110011011101001001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,227,171); }

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

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

 a { background-color: rgb(19,227,171); }

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

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

 span { border-color: rgb(19,227,171); }

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