#46AC80

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

Shades of Ocean Green #46AC80

Tints of Ocean Green #46AC80

Color information

#46AC80 (or 0x46AC80) is unknown color: approx Ocean Green. HEX triplet: 46, AC and 80. RGB value is (70,172,128). Sum of RGB (Red+Green+Blue) = 70+172+128=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AC80 is #B9537F. Grayscale: #888888. Windows color (decimal): -12145536 or 8432710. OLE color: 8432710.

HSL color Cylindrical-coordinate representation of color #46AC80: hue angle of 154.12º 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 #46AC80 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB70172128-
CMYK0.5900.260.33
HSL154.12º42.15%47.45%-
HSV(B)154.12º59.3%67.45%-
XYZ21.1732.3725.55-
YUV136.49123.2180.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.92%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=18.92%
G=46.49%
B=34.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701721280.5900.260.33154.1242.1547.45
Hex46AC803B01A219a2a2f
Octal10625420073032412325257
Binary1000110101011001000000011101101101010000110011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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