#46AB71

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

Shades of Ocean Green #46AB71

Tints of Ocean Green #46AB71

Color information

#46AB71 (or 0x46AB71) is unknown color: approx Ocean Green. HEX triplet: 46, AB and 71. RGB value is (70,171,113). Sum of RGB (Red+Green+Blue) = 70+171+113=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AB71 is #B9548E. Grayscale: #868686. Windows color (decimal): -12145807 or 7449414. OLE color: 7449414.

HSL color Cylindrical-coordinate representation of color #46AB71: hue angle of 145.54º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AB71 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB70171113-
CMYK0.5900.340.33
HSL145.54º41.91%47.25%-
HSV(B)145.54º59.06%67.06%-
XYZ20.0731.6220.67-
YUV134.19116.0482.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.77%
GREEN value IS 171 (67.19% from 255) = 48.31%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=19.77%
G=48.31%
B=31.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701711130.5900.340.33145.5441.9147.25
Hex46AB713B02221922a2f
Octal10625316173042412225257
Binary1000110101010111110001111011010001010000110010010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,171,113); }

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

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

 a { background-color: rgb(70,171,113); }

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

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

 span { border-color: rgb(70,171,113); }

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