Html Css Color HEX #54A079 Ocean Green

📋 copy color: '#54A079'

red 84 ◦ green 160 ◦ blue 121

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

Shades of Ocean Green #54A079

Tints of Ocean Green #54A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.84%

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

R = 23.01%
G = 43.84%
B = 33.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#54A079 (or 0x54A079) is known color: Ocean Green. HEX triplet: 54, A0 and 79. RGB value is (84,160,121). Sum of RGB (Red+Green+Blue) = 84+160+121=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #54A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A079 is #AB5F86. Grayscale: #848484. Windows color (decimal): -11231111 or 7970900. OLE color: 7970900.

HSL color Cylindrical-coordinate representation of color #54A079: hue angle of 149.21º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A079 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 121 -
CMYK 0.48 0 0.24 0.37
HSL 149.21º 0.31% 0.48% -
HSV(B) 149.21º 0.48% 0.63% -
XYZ 19.68 28.41 22.54 -
YUV 132.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 84 160 121 0.48 0 0.24 0.37 149.21 0.31 0.48
Hex 54 A0 79 30 0 18 25 95 1F 30
Octal 124 240 171 60 0 30 45 225 37 60
Binary 1010100 10100000 1111001 110000 0 11000 100101 10010101 11111 110000

Color Harmonies of #54A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A079

Black with #54A079

Text Example


Text Example

White with #54A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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