#40A668

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

Shades of Ocean Green #40A668

Tints of Ocean Green #40A668

Color information

#40A668 (or 0x40A668) is unknown color: approx Ocean Green. HEX triplet: 40, A6 and 68. RGB value is (64,166,104). Sum of RGB (Red+Green+Blue) = 64+166+104=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #40A668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A668 is #BF5997. Grayscale: #808080. Windows color (decimal): -12540312 or 6858304. OLE color: 6858304.

HSL color Cylindrical-coordinate representation of color #40A668: hue angle of 143.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A668 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB64166104-
CMYK0.6100.370.35
HSL143.53º44.35%45.1%-
HSV(B)143.53º61.45%65.1%-
XYZ18.2529.3617.8-
YUV128.43114.2182.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 166 (65.23% from 255) = 49.70%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=19.16%
G=49.70%
B=31.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641661040.6100.370.35143.5344.3545.1
Hex40A6683D02523902c2d
Octal10024615075045432205455
Binary1000000101001101101000111101010010110001110010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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