#14D98E

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

Shades of Caribbean Green #14D98E

Tints of Caribbean Green #14D98E

Color information

#14D98E (or 0x14D98E) is unknown color: approx Caribbean Green. HEX triplet: 14, D9 and 8E. RGB value is (20,217,142). Sum of RGB (Red+Green+Blue) = 20+217+142=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #14D98E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D98E is #EB2671. Grayscale: #959595. Windows color (decimal): -15410802 or 9361684. OLE color: 9361684.

HSL color Cylindrical-coordinate representation of color #14D98E: hue angle of 157.16º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D98E is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB20217142-
CMYK0.9100.350.15
HSL157.16º83.12%46.47%-
HSV(B)157.16º90.78%85.1%-
XYZ29.9851.7334-
YUV149.55123.7335.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 217 (85.16% from 255) = 57.26%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=5.28%
G=57.26%
B=37.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202171420.9100.350.15157.1683.1246.47
Hex14D98E5B023F9d532e
Octal243312161330431723512356
Binary101001101100110001110101101101000111111100111011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,217,142); }

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

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

 a { background-color: rgb(20,217,142); }

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

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

 span { border-color: rgb(20,217,142); }

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