#40ACA8

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

Shades of Light Sea Green #40ACA8

Tints of Light Sea Green #40ACA8

Color information

#40ACA8 (or 0x40ACA8) is unknown color: approx Light Sea Green. HEX triplet: 40, AC and A8. RGB value is (64,172,168). Sum of RGB (Red+Green+Blue) = 64+172+168=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #40ACA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ACA8 is #BF5357. Grayscale: #8B8B8B. Windows color (decimal): -12538712 or 11054144. OLE color: 11054144.

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

Color convert

RGB64172168-
CMYK0.6300.020.33
HSL177.78º45.76%46.27%-
HSV(B)177.78º62.79%67.45%-
XYZ23.9333.4242.24-
YUV139.25144.2274.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.84%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 168 (66.02% from 255) = 41.58%
R=15.84%
G=42.57%
B=41.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641721680.6300.020.33177.7845.7646.27
Hex40ACA83F0221b22e2e
Octal1002542507702412625656
Binary1000000101011001010100011111101010000110110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,172,168); }

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

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

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

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

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

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

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