Html Css Color HEX #54A979 Ocean Green

📋 copy color: '#54A979'

red 84 ◦ green 169 ◦ blue 121

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

Shades of Ocean Green #54A979

Tints of Ocean Green #54A979

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.19%

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

R = 22.46%
G = 45.19%
B = 32.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#54A979 (or 0x54A979) is known color: Ocean Green. HEX triplet: 54, A9 and 79. RGB value is (84,169,121). Sum of RGB (Red+Green+Blue) = 84+169+121=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #54A979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A979 is #AB5686. Grayscale: #8A8A8A. Windows color (decimal): -11228807 or 7973204. OLE color: 7973204.

HSL color Cylindrical-coordinate representation of color #54A979: hue angle of 146.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A979 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 169 121 -
CMYK 0.50 0 0.28 0.34
HSL 146.12º 0.34% 0.5% -
HSV(B) 146.12º 0.5% 0.66% -
XYZ 21.3 31.64 23.07 -
YUV 138.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 84 169 121 0.50 0 0.28 0.34 146.12 0.34 0.5
Hex 54 A9 79 32 0 1C 22 92 22 32
Octal 124 251 171 62 0 34 42 222 42 62
Binary 1010100 10101001 1111001 110010 0 11100 100010 10010010 100010 110010

Color Harmonies of #54A979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A979

Black with #54A979

Text Example


Text Example

White with #54A979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A979; }

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

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

background-color css

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

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

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

border-color css

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

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

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