#14C2B4

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

Shades of Light Sea Green #14C2B4

Tints of Light Sea Green #14C2B4

Color information

#14C2B4 (or 0x14C2B4) is unknown color: approx Light Sea Green. HEX triplet: 14, C2 and B4. RGB value is (20,194,180). Sum of RGB (Red+Green+Blue) = 20+194+180=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2B4 is #EB3D4B. Grayscale: #8C8C8C. Windows color (decimal): -15416652 or 11846164. OLE color: 11846164.

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

Color convert

RGB20194180-
CMYK0.9000.070.24
HSL175.17º81.31%41.96%-
HSV(B)175.17º89.69%76.08%-
XYZ27.8242.0349.83-
YUV140.38150.3542.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.08%
GREEN value IS 194 (76.17% from 255) = 49.24%
BLUE value IS 180 (70.70% from 255) = 45.69%
R=5.08%
G=49.24%
B=45.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201941800.9000.070.24175.1781.3141.96
Hex14C2B45A0718af512a
Octal24302264132073025712152
Binary1010011000010101101001011010011111000101011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,194,180); }

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

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

 a { background-color: rgb(20,194,180); }

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

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

 span { border-color: rgb(20,194,180); }

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