#14D99E

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

Shades of Caribbean Green #14D99E

Tints of Caribbean Green #14D99E

Color information

#14D99E (or 0x14D99E) is unknown color: approx Caribbean Green. HEX triplet: 14, D9 and 9E. RGB value is (20,217,158). Sum of RGB (Red+Green+Blue) = 20+217+158=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #14D99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D99E is #EB2661. Grayscale: #979797. Windows color (decimal): -15410786 or 10410260. OLE color: 10410260.

HSL color Cylindrical-coordinate representation of color #14D99E: hue angle of 162.03º 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 #14D99E is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB20217158-
CMYK0.9100.270.15
HSL162.03º83.12%46.47%-
HSV(B)162.03º90.78%85.1%-
XYZ31.2752.2440.78-
YUV151.37131.7334.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.06%
GREEN value IS 217 (85.16% from 255) = 54.94%
BLUE value IS 158 (62.11% from 255) = 40%
R=5.06%
G=54.94%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202171580.9100.270.15162.0383.1246.47
Hex14D99E5B01BFa2532e
Octal243312361330331724212356
Binary10100110110011001111010110110110111111101000101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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