#40ABAB

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

Shades of Light Sea Green #40ABAB

Tints of Light Sea Green #40ABAB

Color information

#40ABAB (or 0x40ABAB) is unknown color: approx Light Sea Green. HEX triplet: 40, AB and AB. RGB value is (64,171,171). Sum of RGB (Red+Green+Blue) = 64+171+171=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #40ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ABAB is #BF5454. Grayscale: #8A8A8A. Windows color (decimal): -12538965 or 11250496. OLE color: 11250496.

HSL color Cylindrical-coordinate representation of color #40ABAB: hue angle of 180º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ABAB is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64171171-
CMYK0.63000.33
HSL180º45.53%46.08%-
HSV(B)180º62.57%67.06%-
XYZ24.0333.1643.66-
YUV139.01146.0574.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.76%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=15.76%
G=42.12%
B=42.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641711710.63000.3318045.5346.08
Hex40ABAB3F0021b42e2e
Octal1002532537700412645656
Binary100000010101011101010111111110010000110110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40ABAB; }

 p { color: rgb(64,171,171); }

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

<style>
 a { background-color: #40ABAB; }

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

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

<style>
 span { border-color: #40ABAB; }

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

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