Html Css Color HEX #49AC83 Ocean Green

📋 copy color: '#49AC83'

red 73 ◦ green 172 ◦ blue 131

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

Shades of Ocean Green #49AC83

Tints of Ocean Green #49AC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.74%

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

R = 19.41%
G = 45.74%
B = 34.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#49AC83 (or 0x49AC83) is known color: Ocean Green. HEX triplet: 49, AC and 83. RGB value is (73,172,131). Sum of RGB (Red+Green+Blue) = 73+172+131=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AC83 is #B6537C. Grayscale: #898989. Windows color (decimal): -11948925 or 8629321. OLE color: 8629321.

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

Color convert

RGB 73 172 131 -
CMYK 0.58 0 0.24 0.33
HSL 155.15º 0.4% 0.48% -
HSV(B) 155.15º 0.58% 0.67% -
XYZ 21.6 32.56 26.62 -
YUV 137.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 73 172 131 0.58 0 0.24 0.33 155.15 0.4 0.48
Hex 49 AC 83 3A 0 18 21 9B 28 30
Octal 111 254 203 72 0 30 41 233 50 60
Binary 1001001 10101100 10000011 111010 0 11000 100001 10011011 101000 110000

Color Harmonies of #49AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC83

Black with #49AC83

Text Example


Text Example

White with #49AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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