#14B6AF

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

Shades of Light Sea Green #14B6AF

Tints of Light Sea Green #14B6AF

Color information

#14B6AF (or 0x14B6AF) is unknown color: approx Light Sea Green. HEX triplet: 14, B6 and AF. RGB value is (20,182,175). Sum of RGB (Red+Green+Blue) = 20+182+175=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #14B6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B6AF is #EB4950. Grayscale: #848484. Windows color (decimal): -15419729 or 11515412. OLE color: 11515412.

HSL color Cylindrical-coordinate representation of color #14B6AF: hue angle of 177.41º 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 #14B6AF is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB20182175-
CMYK0.8900.040.29
HSL177.41º80.2%39.61%-
HSV(B)177.41º89.01%71.37%-
XYZ24.7536.746.34-
YUV132.76151.8347.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.31%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=5.31%
G=48.28%
B=46.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201821750.8900.040.29177.4180.239.61
Hex14B6AF59041Db15028
Octal24266257131043526112050
Binary1010010110110101011111011001010011101101100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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