#14B6A7

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

Shades of Light Sea Green #14B6A7

Tints of Light Sea Green #14B6A7

Color information

#14B6A7 (or 0x14B6A7) is unknown color: approx Light Sea Green. HEX triplet: 14, B6 and A7. RGB value is (20,182,167). Sum of RGB (Red+Green+Blue) = 20+182+167=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #14B6A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B6A7 is #EB4958. Grayscale: #838383. Windows color (decimal): -15419737 or 10991124. OLE color: 10991124.

HSL color Cylindrical-coordinate representation of color #14B6A7: hue angle of 174.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B6A7 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB20182167-
CMYK0.8900.080.29
HSL174.44º80.2%39.61%-
HSV(B)174.44º89.01%71.37%-
XYZ23.9936.3942.32-
YUV131.85147.8348.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.42%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=5.42%
G=49.32%
B=45.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201821670.8900.080.29174.4480.239.61
Hex14B6A759081Dae5028
Octal242662471310103525612050
Binary10100101101101010011110110010100011101101011101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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