#14D87E

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

Shades of Caribbean Green #14D87E

Tints of Caribbean Green #14D87E

Color information

#14D87E (or 0x14D87E) is unknown color: approx Caribbean Green. HEX triplet: 14, D8 and 7E. RGB value is (20,216,126). Sum of RGB (Red+Green+Blue) = 20+216+126=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #14D87E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D87E is #EB2781. Grayscale: #939393. Windows color (decimal): -15411074 or 8312852. OLE color: 8312852.

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

Color convert

RGB20216126-
CMYK0.9100.420.15
HSL152.45º83.05%46.27%-
HSV(B)152.45º90.74%84.71%-
XYZ28.6150.7728.03-
YUV147.14116.0737.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.52%
GREEN value IS 216 (84.77% from 255) = 59.67%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=5.52%
G=59.67%
B=34.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202161260.9100.420.15152.4583.0546.27
Hex14D87E5B02AF98532e
Octal243301761330521723012356
Binary10100110110001111110101101101010101111100110001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,216,126); }

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

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

 a { background-color: rgb(20,216,126); }

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

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

 span { border-color: rgb(20,216,126); }

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