Html Css Color HEX #549979 Ocean Green

📋 copy color: '#549979'

red 84 ◦ green 153 ◦ blue 121

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

Shades of Ocean Green #549979

Tints of Ocean Green #549979

RGB

 RED value IS 84 (33.2% from 255) = 23.46%

 GREEN value IS 153 (60.16% from 255) = 42.74%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 23.46%
G = 42.74%
B = 33.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#549979 (or 0x549979) is known color: Ocean Green. HEX triplet: 54, 99 and 79. RGB value is (84,153,121). Sum of RGB (Red+Green+Blue) = 84+153+121=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #549979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549979 is #AB6686. Grayscale: #808080. Windows color (decimal): -11232903 or 7969108. OLE color: 7969108.

HSL color Cylindrical-coordinate representation of color #549979: hue angle of 152.17º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549979 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 121 -
CMYK 0.45 0 0.21 0.4
HSL 152.17º 0.29% 0.46% -
HSV(B) 152.17º 0.45% 0.6% -
XYZ 18.5 26.05 22.14 -
YUV 128.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 84 153 121 0.45 0 0.21 0.4 152.17 0.29 0.46
Hex 54 99 79 2D 0 15 28 98 1D 2E
Octal 124 231 171 55 0 25 50 230 35 56
Binary 1010100 10011001 1111001 101101 0 10101 101000 10011000 11101 101110

Color Harmonies of #549979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549979

Black with #549979

Text Example


Text Example

White with #549979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549979; }

 p { color: rgb(84,153,121); }

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

background-color css

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

 a { background-color: rgb(84,153,121); }

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

border-color css

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

 span { border-color: rgb(84,153,121); }

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