#46AF81

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

Shades of Ocean Green #46AF81

Tints of Ocean Green #46AF81

Color information

#46AF81 (or 0x46AF81) is unknown color: approx Ocean Green. HEX triplet: 46, AF and 81. RGB value is (70,175,129). Sum of RGB (Red+Green+Blue) = 70+175+129=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AF81 is #B9507E. Grayscale: #8A8A8A. Windows color (decimal): -12144767 or 8499014. OLE color: 8499014.

HSL color Cylindrical-coordinate representation of color #46AF81: hue angle of 153.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AF81 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB70175129-
CMYK0.6000.260.31
HSL153.71º42.86%48.04%-
HSV(B)153.71º60%68.63%-
XYZ21.8233.5526.09-
YUV138.36122.7179.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 129 (50.78% from 255) = 34.49%
R=18.72%
G=46.79%
B=34.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701751290.6000.260.31153.7142.8648.04
Hex46AF813C01A1F9a2b30
Octal10625720174032372325360
Binary100011010101111100000011111000110101111110011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,175,129); }

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

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

 a { background-color: rgb(70,175,129); }

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

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

 span { border-color: rgb(70,175,129); }

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