Html Css Color HEX #49A17C Ocean Green

📋 copy color: '#49A17C'

red 73 ◦ green 161 ◦ blue 124

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

Shades of Ocean Green #49A17C

Tints of Ocean Green #49A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.97%

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

R = 20.39%
G = 44.97%
B = 34.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#49A17C (or 0x49A17C) is known color: Ocean Green. HEX triplet: 49, A1 and 7C. RGB value is (73,161,124). Sum of RGB (Red+Green+Blue) = 73+161+124=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #49A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A17C is #B65E83. Grayscale: #828282. Windows color (decimal): -11951748 or 8167753. OLE color: 8167753.

HSL color Cylindrical-coordinate representation of color #49A17C: hue angle of 154.77º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A17C is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 124 -
CMYK 0.55 0 0.23 0.37
HSL 154.77º 0.38% 0.46% -
HSV(B) 154.77º 0.55% 0.63% -
XYZ 19.13 28.36 23.53 -
YUV 130.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 73 161 124 0.55 0 0.23 0.37 154.77 0.38 0.46
Hex 49 A1 7C 37 0 17 25 9B 26 2E
Octal 111 241 174 67 0 27 45 233 46 56
Binary 1001001 10100001 1111100 110111 0 10111 100101 10011011 100110 101110

Color Harmonies of #49A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A17C

Black with #49A17C

Text Example


Text Example

White with #49A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,124); }

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

background-color css

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

 a { background-color: rgb(73,161,124); }

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

border-color css

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

 span { border-color: rgb(73,161,124); }

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