#46AE81

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

Shades of Ocean Green #46AE81

Tints of Ocean Green #46AE81

Color information

#46AE81 (or 0x46AE81) is unknown color: approx Ocean Green. HEX triplet: 46, AE and 81. RGB value is (70,174,129). Sum of RGB (Red+Green+Blue) = 70+174+129=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #46AE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AE81 is #B9517E. Grayscale: #898989. Windows color (decimal): -12145023 or 8498758. OLE color: 8498758.

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

Color convert

RGB70174129-
CMYK0.6000.260.32
HSL154.04º42.62%47.84%-
HSV(B)154.04º59.77%68.24%-
XYZ21.6233.1626.03-
YUV137.77123.0479.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=18.77%
G=46.65%
B=34.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701741290.6000.260.32154.0442.6247.84
Hex46AE813C01A209a2b30
Octal10625620174032402325360
Binary1000110101011101000000111110001101010000010011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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