#40A070

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

Shades of Ocean Green #40A070

Tints of Ocean Green #40A070

Color information

#40A070 (or 0x40A070) is unknown color: approx Ocean Green. HEX triplet: 40, A0 and 70. RGB value is (64,160,112). Sum of RGB (Red+Green+Blue) = 64+160+112=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #40A070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A070 is #BF5F8F. Grayscale: #7D7D7D. Windows color (decimal): -12541840 or 7381056. OLE color: 7381056.

HSL color Cylindrical-coordinate representation of color #40A070: hue angle of 150º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A070 is Cyan = 0.6, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB64160112-
CMYK0.600.300.37
HSL150º42.86%43.92%-
HSV(B)150º60%62.75%-
XYZ17.6127.419.69-
YUV125.82120.283.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 160 (62.89% from 255) = 47.62%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=19.05%
G=47.62%
B=33.33%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641601120.600.300.3715042.8643.92
Hex40A0703C01E25962b2c
Octal10024016074036452265354
Binary100000010100000111000011110001111010010110010110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,160,112); }

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

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

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

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

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

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

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