Html Css Color HEX #54A977 Ocean Green

📋 copy color: '#54A977'

red 84 ◦ green 169 ◦ blue 119

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

Shades of Ocean Green #54A977

Tints of Ocean Green #54A977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 22.58%
G = 45.43%
B = 31.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#54A977 (or 0x54A977) is known color: Ocean Green. HEX triplet: 54, A9 and 77. RGB value is (84,169,119). Sum of RGB (Red+Green+Blue) = 84+169+119=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #54A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A977 is #AB5688. Grayscale: #8A8A8A. Windows color (decimal): -11228809 or 7842132. OLE color: 7842132.

HSL color Cylindrical-coordinate representation of color #54A977: hue angle of 144.71º 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 #54A977 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 169 119 -
CMYK 0.50 0 0.30 0.34
HSL 144.71º 0.34% 0.5% -
HSV(B) 144.71º 0.5% 0.66% -
XYZ 21.17 31.59 22.43 -
YUV 137.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 84 169 119 0.50 0 0.30 0.34 144.71 0.34 0.5
Hex 54 A9 77 32 0 1E 22 91 22 32
Octal 124 251 167 62 0 36 42 221 42 62
Binary 1010100 10101001 1110111 110010 0 11110 100010 10010001 100010 110010

Color Harmonies of #54A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A977

Black with #54A977

Text Example


Text Example

White with #54A977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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