Html Css Color HEX #46AD7C Ocean Green

📋 copy color: '#46AD7C'

red 70 ◦ green 173 ◦ blue 124

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

Shades of Ocean Green #46AD7C

Tints of Ocean Green #46AD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 19.07%
G = 47.14%
B = 33.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#46AD7C (or 0x46AD7C) is known color: Ocean Green. HEX triplet: 46, AD and 7C. RGB value is (70,173,124). Sum of RGB (Red+Green+Blue) = 70+173+124=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD7C is #B95283. Grayscale: #888888. Windows color (decimal): -12145284 or 8170822. OLE color: 8170822.

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

Color convert

RGB 70 173 124 -
CMYK 0.60 0 0.28 0.32
HSL 151.46º 0.42% 0.48% -
HSV(B) 151.46º 0.6% 0.68% -
XYZ 21.11 32.64 24.26 -
YUV 136.62 120.88 80.48 -
System Red Green Blue C M Y K H S L
Decimal 70 173 124 0.60 0 0.28 0.32 151.46 0.42 0.48
Hex 46 AD 7C 3C 0 1C 20 97 2A 30
Octal 106 255 174 74 0 34 40 227 52 60
Binary 1000110 10101101 1111100 111100 0 11100 100000 10010111 101010 110000

Color Harmonies of #46AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AD7C

Black with #46AD7C

Text Example


Text Example

White with #46AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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