#46AC72

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

Shades of Ocean Green #46AC72

Tints of Ocean Green #46AC72

Color information

#46AC72 (or 0x46AC72) is unknown color: approx Ocean Green. HEX triplet: 46, AC and 72. RGB value is (70,172,114). Sum of RGB (Red+Green+Blue) = 70+172+114=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AC72 is #B9538D. Grayscale: #878787. Windows color (decimal): -12145550 or 7515206. OLE color: 7515206.

HSL color Cylindrical-coordinate representation of color #46AC72: hue angle of 145.88º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AC72 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB70172114-
CMYK0.5900.340.33
HSL145.88º42.15%47.45%-
HSV(B)145.88º59.3%67.45%-
XYZ20.3232.0221.03-
YUV134.89116.2181.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=19.66%
G=48.31%
B=32.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701721140.5900.340.33145.8842.1547.45
Hex46AC723B02221922a2f
Octal10625416273042412225257
Binary1000110101011001110010111011010001010000110010010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46AC72; }

 p { color: rgb(70,172,114); }

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

<style>
 a { background-color: #46AC72; }

 a { background-color: rgb(70,172,114); }

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

<style>
 span { border-color: #46AC72; }

 span { border-color: rgb(70,172,114); }

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