#14C6A0

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

Shades of Caribbean Green #14C6A0

Tints of Caribbean Green #14C6A0

Color information

#14C6A0 (or 0x14C6A0) is unknown color: approx Caribbean Green. HEX triplet: 14, C6 and A0. RGB value is (20,198,160). Sum of RGB (Red+Green+Blue) = 20+198+160=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #14C6A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C6A0 is #EB395F. Grayscale: #8C8C8C. Windows color (decimal): -15415648 or 10536468. OLE color: 10536468.

HSL color Cylindrical-coordinate representation of color #14C6A0: hue angle of 167.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C6A0 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB20198160-
CMYK0.9000.190.22
HSL167.19º81.65%42.75%-
HSV(B)167.19º89.9%77.65%-
XYZ26.8343.0740.16-
YUV140.45139.0342.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.29%
GREEN value IS 198 (77.73% from 255) = 52.38%
BLUE value IS 160 (62.89% from 255) = 42.33%
R=5.29%
G=52.38%
B=42.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201981600.9000.190.22167.1981.6542.75
Hex14C6A05A01316a7522b
Octal243062401320232624712253
Binary101001100011010100000101101001001110110101001111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,198,160); }

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

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

 a { background-color: rgb(20,198,160); }

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

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

 span { border-color: rgb(20,198,160); }

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