Html Css Color HEX #49AE6E Ocean Green

📋 copy color: '#49AE6E'

red 73 ◦ green 174 ◦ blue 110

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

Shades of Ocean Green #49AE6E

Tints of Ocean Green #49AE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 20.45%
G = 48.74%
B = 30.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#49AE6E (or 0x49AE6E) is known color: Ocean Green. HEX triplet: 49, AE and 6E. RGB value is (73,174,110). Sum of RGB (Red+Green+Blue) = 73+174+110=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE6E is #B65191. Grayscale: #888888. Windows color (decimal): -11948434 or 7253577. OLE color: 7253577.

HSL color Cylindrical-coordinate representation of color #49AE6E: hue angle of 141.98º 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 #49AE6E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 174 110 -
CMYK 0.58 0 0.37 0.32
HSL 141.98º 0.41% 0.48% -
HSV(B) 141.98º 0.58% 0.68% -
XYZ 20.7 32.81 19.99 -
YUV 136.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 73 174 110 0.58 0 0.37 0.32 141.98 0.41 0.48
Hex 49 AE 6E 3A 0 25 20 8E 29 30
Octal 111 256 156 72 0 45 40 216 51 60
Binary 1001001 10101110 1101110 111010 0 100101 100000 10001110 101001 110000

Color Harmonies of #49AE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AE6E

Black with #49AE6E

Text Example


Text Example

White with #49AE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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