Html Css Color HEX #49AE86 Ocean Green

📋 copy color: '#49AE86'

red 73 ◦ green 174 ◦ blue 134

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

Shades of Ocean Green #49AE86

Tints of Ocean Green #49AE86

RGB

 RED value IS 73 (28.91% from 255) = 19.16%

 GREEN value IS 174 (68.36% from 255) = 45.67%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 19.16%
G = 45.67%
B = 35.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#49AE86 (or 0x49AE86) is known color: Ocean Green. HEX triplet: 49, AE and 86. RGB value is (73,174,134). Sum of RGB (Red+Green+Blue) = 73+174+134=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AE86 is #B65179. Grayscale: #8B8B8B. Windows color (decimal): -11948410 or 8826441. OLE color: 8826441.

HSL color Cylindrical-coordinate representation of color #49AE86: hue angle of 156.24º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AE86 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 174 134 -
CMYK 0.58 0 0.23 0.32
HSL 156.24º 0.41% 0.48% -
HSV(B) 156.24º 0.58% 0.68% -
XYZ 22.19 33.41 27.83 -
YUV 139.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 73 174 134 0.58 0 0.23 0.32 156.24 0.41 0.48
Hex 49 AE 86 3A 0 17 20 9C 29 30
Octal 111 256 206 72 0 27 40 234 51 60
Binary 1001001 10101110 10000110 111010 0 10111 100000 10011100 101001 110000

Color Harmonies of #49AE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE86

Black with #49AE86

Text Example


Text Example

White with #49AE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AE86; }

 p { color: rgb(73,174,134); }

 H1.HeaderClassName
 {
   color: #49AE86;
 }
 .AnyTagClassName
 {
   color: #49AE86;
 }
</style>

background-color css

<style>
 a { background-color: #49AE86; }

 a { background-color: rgb(73,174,134); }

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

border-color css

<style>
 span { border-color: #49AE86; }

 span { border-color: rgb(73,174,134); }

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