#14DBA6

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

Shades of Caribbean Green #14DBA6

Tints of Caribbean Green #14DBA6

Color information

#14DBA6 (or 0x14DBA6) is unknown color: approx Caribbean Green. HEX triplet: 14, DB and A6. RGB value is (20,219,166). Sum of RGB (Red+Green+Blue) = 20+219+166=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DBA6 is #EB2459. Grayscale: #999999. Windows color (decimal): -15410266 or 10935060. OLE color: 10935060.

HSL color Cylindrical-coordinate representation of color #14DBA6: hue angle of 164.02º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DBA6 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB20219166-
CMYK0.9100.240.14
HSL164.02º83.26%46.86%-
HSV(B)164.02º90.87%85.88%-
XYZ32.553.5644.7-
YUV153.46135.0732.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.94%
GREEN value IS 219 (85.94% from 255) = 54.07%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=4.94%
G=54.07%
B=40.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202191660.9100.240.14164.0283.2646.86
Hex14DBA65B018Ea4532f
Octal243332461330301624412357
Binary10100110110111010011010110110110001110101001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,219,166); }

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

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

 a { background-color: rgb(20,219,166); }

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

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

 span { border-color: rgb(20,219,166); }

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