#14D980

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

Shades of Caribbean Green #14D980

Tints of Caribbean Green #14D980

Color information

#14D980 (or 0x14D980) is unknown color: approx Caribbean Green. HEX triplet: 14, D9 and 80. RGB value is (20,217,128). Sum of RGB (Red+Green+Blue) = 20+217+128=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #14D980 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D980 is #EB267F. Grayscale: #949494. Windows color (decimal): -15410816 or 8444180. OLE color: 8444180.

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

Color convert

RGB20217128-
CMYK0.9100.410.15
HSL152.89º83.12%46.47%-
HSV(B)152.89º90.78%85.1%-
XYZ2951.3328.8-
YUV147.95116.7336.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.48%
GREEN value IS 217 (85.16% from 255) = 59.45%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=5.48%
G=59.45%
B=35.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202171280.9100.410.15152.8983.1246.47
Hex14D9805B029F99532e
Octal243312001330511723112356
Binary101001101100110000000101101101010011111100110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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