#40ABA6

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

Shades of Light Sea Green #40ABA6

Tints of Light Sea Green #40ABA6

Color information

#40ABA6 (or 0x40ABA6) is unknown color: approx Light Sea Green. HEX triplet: 40, AB and A6. RGB value is (64,171,166). Sum of RGB (Red+Green+Blue) = 64+171+166=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #40ABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ABA6 is #BF5459. Grayscale: #8A8A8A. Windows color (decimal): -12538970 or 10922816. OLE color: 10922816.

HSL color Cylindrical-coordinate representation of color #40ABA6: hue angle of 177.2º 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 #40ABA6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB64171166-
CMYK0.6300.030.33
HSL177.2º45.53%46.08%-
HSV(B)177.2º62.57%67.06%-
XYZ23.5632.9741.2-
YUV138.44143.5574.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.96%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=15.96%
G=42.64%
B=41.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641711660.6300.030.33177.245.5346.08
Hex40ABA63F0321b12e2e
Octal1002532467703412615656
Binary1000000101010111010011011111101110000110110001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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