#14c69f

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

Shades of Caribbean Green #14C69F

Tints of Caribbean Green #14C69F

Color information

#14C69F (or 0x14C69F) is unknown color: approx Caribbean Green. HEX triplet: 14, C6 and 9F. RGB value is (20,198,159). Sum of RGB (Red+Green+Blue) = 20+198+159=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #14C69F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C69F is #EB3960. Grayscale: #8C8C8C. Windows color (decimal): -15415649 or 10470932. OLE color: 10470932.

HSL color Cylindrical-coordinate representation of color #14C69F: hue angle of 166.85º 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 #14C69F is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB20198159-
CMYK0.9000.200.22
HSL166.85º81.65%42.75%-
HSV(B)166.85º89.9%77.65%-
XYZ26.7443.0439.7-
YUV140.33138.5342.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.31%
GREEN value IS 198 (77.73% from 255) = 52.52%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=5.31%
G=52.52%
B=42.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal201981590.9000.200.22166.8581.6542.75
Hex14C69F5A01416a7522b
Octal243062371320242624712253
Binary101001100011010011111101101001010010110101001111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14c69f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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