#46B082

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

Shades of Ocean Green #46B082

Tints of Ocean Green #46B082

Color information

#46B082 (or 0x46B082) is unknown color: approx Ocean Green. HEX triplet: 46, B0 and 82. RGB value is (70,176,130). Sum of RGB (Red+Green+Blue) = 70+176+130=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #46B082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B082 is #B94F7D. Grayscale: #8B8B8B. Windows color (decimal): -12144510 or 8564806. OLE color: 8564806.

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

Color convert

RGB70176130-
CMYK0.6000.260.31
HSL153.96º43.09%48.24%-
HSV(B)153.96º60.23%69.02%-
XYZ22.0833.9626.51-
YUV139.06122.8878.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 176 (69.14% from 255) = 46.81%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=18.62%
G=46.81%
B=34.57%

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
Decimal701761300.6000.260.31153.9643.0948.24
Hex46B0823C01A1F9a2b30
Octal10626020274032372325360
Binary100011010110000100000101111000110101111110011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,176,130); }

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

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

 a { background-color: rgb(70,176,130); }

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

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

 span { border-color: rgb(70,176,130); }

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