Html Css Color HEX #46A072 Ocean Green

📋 copy color: '#46A072'

red 70 ◦ green 160 ◦ blue 114

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

Shades of Ocean Green #46A072

Tints of Ocean Green #46A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.51%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 20.35%
G = 46.51%
B = 33.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#46A072 (or 0x46A072) is known color: Ocean Green. HEX triplet: 46, A0 and 72. RGB value is (70,160,114). Sum of RGB (Red+Green+Blue) = 70+160+114=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #46A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A072 is #B95F8D. Grayscale: #7F7F7F. Windows color (decimal): -12148622 or 7512134. OLE color: 7512134.

HSL color Cylindrical-coordinate representation of color #46A072: hue angle of 149.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46A072 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 160 114 -
CMYK 0.56 0 0.29 0.37
HSL 149.33º 0.39% 0.45% -
HSV(B) 149.33º 0.56% 0.63% -
XYZ 18.13 27.66 20.3 -
YUV 127.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 70 160 114 0.56 0 0.29 0.37 149.33 0.39 0.45
Hex 46 A0 72 38 0 1D 25 95 27 2D
Octal 106 240 162 70 0 35 45 225 47 55
Binary 1000110 10100000 1110010 111000 0 11101 100101 10010101 100111 101101

Color Harmonies of #46A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A072

Black with #46A072

Text Example


Text Example

White with #46A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,160,114); }

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

background-color css

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

 a { background-color: rgb(70,160,114); }

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

border-color css

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

 span { border-color: rgb(70,160,114); }

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