#14E09F

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

Shades of Caribbean Green #14E09F

Tints of Caribbean Green #14E09F

Color information

#14E09F (or 0x14E09F) is unknown color: approx Caribbean Green. HEX triplet: 14, E0 and 9F. RGB value is (20,224,159). Sum of RGB (Red+Green+Blue) = 20+224+159=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #14E09F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E09F is #EB1F60. Grayscale: #9B9B9B. Windows color (decimal): -15408993 or 10477588. OLE color: 10477588.

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

Color convert

RGB20224159-
CMYK0.9100.290.12
HSL160.88º83.61%47.84%-
HSV(B)160.88º91.07%87.84%-
XYZ33.255.9641.85-
YUV155.59129.9131.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 224 (87.89% from 255) = 55.58%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=4.96%
G=55.58%
B=39.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202241590.9100.290.12160.8883.6147.84
Hex14E09F5B01DCa15430
Octal243402371330351424112460
Binary10100111000001001111110110110111011100101000011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,224,159); }

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

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

 a { background-color: rgb(20,224,159); }

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

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

 span { border-color: rgb(20,224,159); }

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