#46AF7E

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

Shades of Ocean Green #46AF7E

Tints of Ocean Green #46AF7E

Color information

#46AF7E (or 0x46AF7E) is unknown color: approx Ocean Green. HEX triplet: 46, AF and 7E. RGB value is (70,175,126). Sum of RGB (Red+Green+Blue) = 70+175+126=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF7E is #B95081. Grayscale: #8A8A8A. Windows color (decimal): -12144770 or 8302406. OLE color: 8302406.

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

Color convert

RGB70175126-
CMYK0.6000.280.31
HSL152º42.86%48.04%-
HSV(B)152º60%68.63%-
XYZ21.6233.4725.06-
YUV138.02121.2179.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.87%
GREEN value IS 175 (68.75% from 255) = 47.17%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=18.87%
G=47.17%
B=33.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701751260.6000.280.3115242.8648.04
Hex46AF7E3C01C1F982b30
Octal10625717674034372305360
Binary10001101010111111111101111000111001111110011000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,175,126); }

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

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

 a { background-color: rgb(70,175,126); }

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

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

 span { border-color: rgb(70,175,126); }

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