#14ABB0

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

Shades of Light Sea Green #14ABB0

Tints of Light Sea Green #14ABB0

Color information

#14ABB0 (or 0x14ABB0) is unknown color: approx Light Sea Green. HEX triplet: 14, AB and B0. RGB value is (20,171,176). Sum of RGB (Red+Green+Blue) = 20+171+176=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #14ABB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ABB0 is #EB544F. Grayscale: #7E7E7E. Windows color (decimal): -15422544 or 11578132. OLE color: 11578132.

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

Color convert

RGB20171176-
CMYK0.890.0300.31
HSL181.92º79.59%38.43%-
HSV(B)181.92º88.64%69.02%-
XYZ22.6932.4146.13-
YUV126.42155.9752.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.45%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=5.45%
G=46.59%
B=47.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201711760.890.0300.31181.9279.5938.43
Hex14ABB059301Fb65026
Octal24253260131303726612046
Binary101001010101110110000101100111011111101101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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