#46AE7D

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

Shades of Ocean Green #46AE7D

Tints of Ocean Green #46AE7D

Color information

#46AE7D (or 0x46AE7D) is unknown color: approx Ocean Green. HEX triplet: 46, AE and 7D. RGB value is (70,174,125). Sum of RGB (Red+Green+Blue) = 70+174+125=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #46AE7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AE7D is #B95182. Grayscale: #898989. Windows color (decimal): -12145027 or 8236614. OLE color: 8236614.

HSL color Cylindrical-coordinate representation of color #46AE7D: hue angle of 151.73º 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 #46AE7D is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB70174125-
CMYK0.6000.280.32
HSL151.73º42.62%47.84%-
HSV(B)151.73º59.77%68.24%-
XYZ21.3633.0524.66-
YUV137.32121.0479.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=18.97%
G=47.15%
B=33.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701741250.6000.280.32151.7342.6247.84
Hex46AE7D3C01C20982b30
Octal10625617574034402305360
Binary100011010101110111110111110001110010000010011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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