Html Css Color HEX #46AD80 Ocean Green

📋 copy color: '#46AD80'

red 70 ◦ green 173 ◦ blue 128

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

Shades of Ocean Green #46AD80

Tints of Ocean Green #46AD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 18.87%
G = 46.63%
B = 34.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#46AD80 (or 0x46AD80) is known color: Ocean Green. HEX triplet: 46, AD and 80. RGB value is (70,173,128). Sum of RGB (Red+Green+Blue) = 70+173+128=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AD80 is #B9527F. Grayscale: #898989. Windows color (decimal): -12145280 or 8432966. OLE color: 8432966.

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

Color convert

RGB 70 173 128 -
CMYK 0.60 0 0.26 0.32
HSL 153.79º 0.42% 0.48% -
HSV(B) 153.79º 0.6% 0.68% -
XYZ 21.37 32.75 25.62 -
YUV 137.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 70 173 128 0.60 0 0.26 0.32 153.79 0.42 0.48
Hex 46 AD 80 3C 0 1A 20 9A 2A 30
Octal 106 255 200 74 0 32 40 232 52 60
Binary 1000110 10101101 10000000 111100 0 11010 100000 10011010 101010 110000

Color Harmonies of #46AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AD80

Black with #46AD80

Text Example


Text Example

White with #46AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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