#14C4A7

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

Shades of Light Sea Green #14C4A7

Tints of Light Sea Green #14C4A7

Color information

#14C4A7 (or 0x14C4A7) is unknown color: approx Light Sea Green. HEX triplet: 14, C4 and A7. RGB value is (20,196,167). Sum of RGB (Red+Green+Blue) = 20+196+167=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #14C4A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C4A7 is #EB3B58. Grayscale: #8C8C8C. Windows color (decimal): -15416153 or 10994708. OLE color: 10994708.

HSL color Cylindrical-coordinate representation of color #14C4A7: hue angle of 170.11º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C4A7 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB20196167-
CMYK0.9000.150.23
HSL170.11º81.48%42.35%-
HSV(B)170.11º89.8%76.86%-
XYZ2742.4243.32-
YUV140.07143.1942.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 196 (76.95% from 255) = 51.17%
BLUE value IS 167 (65.62% from 255) = 43.60%
R=5.22%
G=51.17%
B=43.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201961670.9000.150.23170.1181.4842.35
Hex14C4A75A0F17aa512a
Octal243042471320172725212152
Binary10100110001001010011110110100111110111101010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,196,167); }

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

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

 a { background-color: rgb(20,196,167); }

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

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

 span { border-color: rgb(20,196,167); }

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