Html Css Color HEX #49AA83 Ocean Green

📋 copy color: '#49AA83'

red 73 ◦ green 170 ◦ blue 131

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

Shades of Ocean Green #49AA83

Tints of Ocean Green #49AA83

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.45%

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 19.52%
G = 45.45%
B = 35.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#49AA83 (or 0x49AA83) is known color: Ocean Green. HEX triplet: 49, AA and 83. RGB value is (73,170,131). Sum of RGB (Red+Green+Blue) = 73+170+131=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AA83 is #B6557C. Grayscale: #888888. Windows color (decimal): -11949437 or 8628809. OLE color: 8628809.

HSL color Cylindrical-coordinate representation of color #49AA83: hue angle of 155.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA83 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 170 131 -
CMYK 0.57 0 0.23 0.33
HSL 155.88º 0.4% 0.48% -
HSV(B) 155.88º 0.57% 0.67% -
XYZ 21.22 31.8 26.49 -
YUV 136.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 73 170 131 0.57 0 0.23 0.33 155.88 0.4 0.48
Hex 49 AA 83 39 0 17 21 9C 28 30
Octal 111 252 203 71 0 27 41 234 50 60
Binary 1001001 10101010 10000011 111001 0 10111 100001 10011100 101000 110000

Color Harmonies of #49AA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA83

Black with #49AA83

Text Example


Text Example

White with #49AA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,170,131); }

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

background-color css

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

 a { background-color: rgb(73,170,131); }

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

border-color css

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

 span { border-color: rgb(73,170,131); }

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