#40A176

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

Shades of Ocean Green #40A176

Tints of Ocean Green #40A176

Color information

#40A176 (or 0x40A176) is unknown color: approx Ocean Green. HEX triplet: 40, A1 and 76. RGB value is (64,161,118). Sum of RGB (Red+Green+Blue) = 64+161+118=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #40A176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A176 is #BF5E89. Grayscale: #7F7F7F. Windows color (decimal): -12541578 or 7774528. OLE color: 7774528.

HSL color Cylindrical-coordinate representation of color #40A176: hue angle of 153.4º 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 #40A176 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB64161118-
CMYK0.6000.270.37
HSL153.4º43.11%44.12%-
HSV(B)153.4º60.25%63.14%-
XYZ18.1327.8921.57-
YUV127.09122.8683-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=18.66%
G=46.94%
B=34.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641611180.6000.270.37153.443.1144.12
Hex40A1763C01B25992b2c
Octal10024116674033452315354
Binary100000010100001111011011110001101110010110011001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,161,118); }

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

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

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

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

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

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

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