#14E3AB

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

Shades of Caribbean Green #14E3AB

Tints of Caribbean Green #14E3AB

Color information

#14E3AB (or 0x14E3AB) is unknown color: approx Caribbean Green. HEX triplet: 14, E3 and AB. RGB value is (20,227,171). Sum of RGB (Red+Green+Blue) = 20+227+171=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #14E3AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E3AB is #EB1C54. Grayscale: #9E9E9E. Windows color (decimal): -15408213 or 11264788. OLE color: 11264788.

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

Color convert

RGB20227171-
CMYK0.9100.250.11
HSL163.77º83.81%48.43%-
HSV(B)163.77º91.19%89.02%-
XYZ35.1158.0347.88-
YUV158.72134.9229.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.78%
GREEN value IS 227 (89.06% from 255) = 54.31%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=4.78%
G=54.31%
B=40.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202271710.9100.250.11163.7783.8148.43
Hex14E3AB5B019Ba45430
Octal243432531330311324412460
Binary10100111000111010101110110110110011011101001001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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