#14D7A8

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

Shades of Caribbean Green #14D7A8

Tints of Caribbean Green #14D7A8

Color information

#14D7A8 (or 0x14D7A8) is unknown color: approx Caribbean Green. HEX triplet: 14, D7 and A8. RGB value is (20,215,168). Sum of RGB (Red+Green+Blue) = 20+215+168=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #14D7A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D7A8 is #EB2857. Grayscale: #979797. Windows color (decimal): -15411288 or 11065108. OLE color: 11065108.

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

Color convert

RGB20215168-
CMYK0.9100.220.16
HSL165.54º82.98%46.08%-
HSV(B)165.54º90.7%84.31%-
XYZ31.6651.5845.33-
YUV151.34137.434.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 215 (84.38% from 255) = 53.35%
BLUE value IS 168 (66.02% from 255) = 41.69%
R=4.96%
G=53.35%
B=41.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202151680.9100.220.16165.5482.9846.08
Hex14D7A85B01610a6532e
Octal243272501330262024612356
Binary101001101011110101000101101101011010000101001101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,215,168); }

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

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

 a { background-color: rgb(20,215,168); }

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

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

 span { border-color: rgb(20,215,168); }

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