#14B7AC

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

Shades of Light Sea Green #14B7AC

Tints of Light Sea Green #14B7AC

Color information

#14B7AC (or 0x14B7AC) is unknown color: approx Light Sea Green. HEX triplet: 14, B7 and AC. RGB value is (20,183,172). Sum of RGB (Red+Green+Blue) = 20+183+172=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #14B7AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B7AC is #EB4853. Grayscale: #848484. Windows color (decimal): -15419476 or 11319060. OLE color: 11319060.

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

Color convert

RGB20183172-
CMYK0.8900.060.28
HSL175.95º80.3%39.8%-
HSV(B)175.95º89.07%71.76%-
XYZ24.6736.9944.87-
YUV133.0115047.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.33%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=5.33%
G=48.8%
B=45.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201831720.8900.060.28175.9580.339.8
Hex14B7AC59061Cb05028
Octal24267254131063426012050
Binary1010010110111101011001011001011011100101100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,183,172); }

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

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

 a { background-color: rgb(20,183,172); }

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

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

 span { border-color: rgb(20,183,172); }

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