#46B286

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

Shades of Ocean Green #46B286

Tints of Ocean Green #46B286

Color information

#46B286 (or 0x46B286) is unknown color: approx Ocean Green. HEX triplet: 46, B2 and 86. RGB value is (70,178,134). Sum of RGB (Red+Green+Blue) = 70+178+134=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #46B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B286 is #B94D79. Grayscale: #8C8C8C. Windows color (decimal): -12143994 or 8827462. OLE color: 8827462.

HSL color Cylindrical-coordinate representation of color #46B286: hue angle of 155.56º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B286 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB70178134-
CMYK0.6100.250.30
HSL155.56º43.55%48.63%-
HSV(B)155.56º60.67%69.8%-
XYZ22.7534.8628.08-
YUV140.69124.2277.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.32%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=18.32%
G=46.60%
B=35.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal701781340.6100.250.30155.5643.5548.63
Hex46B2863D0191E9c2c31
Octal10626220675031362345461
Binary100011010110010100001101111010110011111010011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,178,134); }

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

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

 a { background-color: rgb(70,178,134); }

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

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

 span { border-color: rgb(70,178,134); }

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