#46ae6a

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

Shades of Ocean Green #46AE6A

Tints of Ocean Green #46AE6A

Color information

#46AE6A (or 0x46AE6A) is unknown color: approx Ocean Green. HEX triplet: 46, AE and 6A. RGB value is (70,174,106). Sum of RGB (Red+Green+Blue) = 70+174+106=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #46AE6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AE6A is #B95195. Grayscale: #878787. Windows color (decimal): -12145046 or 6991430. OLE color: 6991430.

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

Color convert

RGB70174106-
CMYK0.6000.390.32
HSL140.77º42.62%47.84%-
HSV(B)140.77º59.77%68.24%-
XYZ20.2632.6118.86-
YUV135.15111.5481.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 174 (68.36% from 255) = 49.71%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=20%
G=49.71%
B=30.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701741060.6000.390.32140.7742.6247.84
Hex46AE6A3C027208d2b30
Octal10625615274047402155360
Binary1000110101011101101010111100010011110000010001101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ae6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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