Html Css Color HEX #46A670 Ocean Green

📋 copy color: '#46A670'

red 70 ◦ green 166 ◦ blue 112

#46A670
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #46A670

Tints of Ocean Green #46A670

RGB

 RED value IS 70 (27.73% from 255) = 20.11%

 GREEN value IS 166 (65.23% from 255) = 47.7%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 20.11%
G = 47.7%
B = 32.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#46A670 (or 0x46A670) is known color: Ocean Green. HEX triplet: 46, A6 and 70. RGB value is (70,166,112). Sum of RGB (Red+Green+Blue) = 70+166+112=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #46A670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A670 is #B9598F. Grayscale: #838383. Windows color (decimal): -12147088 or 7382598. OLE color: 7382598.

HSL color Cylindrical-coordinate representation of color #46A670: hue angle of 146.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A670 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 166 112 -
CMYK 0.58 0 0.33 0.35
HSL 146.25º 0.41% 0.46% -
HSV(B) 146.25º 0.58% 0.65% -
XYZ 19.09 29.74 20.06 -
YUV 131.14 117.2 84.39 -
System Red Green Blue C M Y K H S L
Decimal 70 166 112 0.58 0 0.33 0.35 146.25 0.41 0.46
Hex 46 A6 70 3A 0 21 23 92 29 2E
Octal 106 246 160 72 0 41 43 222 51 56
Binary 1000110 10100110 1110000 111010 0 100001 100011 10010010 101001 101110

Color Harmonies of #46A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A670

Black with #46A670

Text Example


Text Example

White with #46A670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,166,112); }

 H1.HeaderClassName
 {
   color: #46A670;
 }
 .AnyTagClassName
 {
   color: #46A670;
 }
</style>

background-color css

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

 a { background-color: rgb(70,166,112); }

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

border-color css

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

 span { border-color: rgb(70,166,112); }

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