Html Css Color HEX #46AD7A Ocean Green

📋 copy color: '#46AD7A'

red 70 ◦ green 173 ◦ blue 122

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

Shades of Ocean Green #46AD7A

Tints of Ocean Green #46AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.4%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 19.18%
G = 47.4%
B = 33.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#46AD7A (or 0x46AD7A) is known color: Ocean Green. HEX triplet: 46, AD and 7A. RGB value is (70,173,122). Sum of RGB (Red+Green+Blue) = 70+173+122=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD7A is #B95285. Grayscale: #888888. Windows color (decimal): -12145286 or 8039750. OLE color: 8039750.

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

Color convert

RGB 70 173 122 -
CMYK 0.60 0 0.29 0.32
HSL 150.29º 0.42% 0.48% -
HSV(B) 150.29º 0.6% 0.68% -
XYZ 20.98 32.59 23.6 -
YUV 136.39 119.88 80.65 -
System Red Green Blue C M Y K H S L
Decimal 70 173 122 0.60 0 0.29 0.32 150.29 0.42 0.48
Hex 46 AD 7A 3C 0 1D 20 96 2A 30
Octal 106 255 172 74 0 35 40 226 52 60
Binary 1000110 10101101 1111010 111100 0 11101 100000 10010110 101010 110000

Color Harmonies of #46AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AD7A

Black with #46AD7A

Text Example


Text Example

White with #46AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,173,122); }

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

background-color css

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

 a { background-color: rgb(70,173,122); }

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

border-color css

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

 span { border-color: rgb(70,173,122); }

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