#14AEB0

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

Shades of Light Sea Green #14AEB0

Tints of Light Sea Green #14AEB0

Color information

#14AEB0 (or 0x14AEB0) is unknown color: approx Light Sea Green. HEX triplet: 14, AE and B0. RGB value is (20,174,176). Sum of RGB (Red+Green+Blue) = 20+174+176=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #14AEB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AEB0 is #EB514F. Grayscale: #808080. Windows color (decimal): -15421776 or 11578900. OLE color: 11578900.

HSL color Cylindrical-coordinate representation of color #14AEB0: hue angle of 180.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AEB0 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20174176-
CMYK0.890.0100.31
HSL180.77º79.59%38.43%-
HSV(B)180.77º88.64%69.02%-
XYZ23.2633.5646.33-
YUV128.18154.9850.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.41%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 176 (69.14% from 255) = 47.57%
R=5.41%
G=47.03%
B=47.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201741760.890.0100.31180.7779.5938.43
Hex14AEB059101Fb55026
Octal24256260131103726512046
Binary10100101011101011000010110011011111101101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,174,176); }

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

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

 a { background-color: rgb(20,174,176); }

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

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

 span { border-color: rgb(20,174,176); }

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