#14C1A6

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

Shades of Light Sea Green #14C1A6

Tints of Light Sea Green #14C1A6

Color information

#14C1A6 (or 0x14C1A6) is unknown color: approx Light Sea Green. HEX triplet: 14, C1 and A6. RGB value is (20,193,166). Sum of RGB (Red+Green+Blue) = 20+193+166=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #14C1A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C1A6 is #EB3E59. Grayscale: #8A8A8A. Windows color (decimal): -15416922 or 10928404. OLE color: 10928404.

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

Color convert

RGB20193166-
CMYK0.9000.140.24
HSL170.64º81.22%41.76%-
HSV(B)170.64º89.64%75.69%-
XYZ26.2441.0442.62-
YUV138.2143.6943.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 193 (75.78% from 255) = 50.92%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=5.28%
G=50.92%
B=43.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201931660.9000.140.24170.6481.2241.76
Hex14C1A65A0E18ab512a
Octal243012461320163025312152
Binary10100110000011010011010110100111011000101010111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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