Html Css Color HEX #54B179 Ocean Green

📋 copy color: '#54B179'

red 84 ◦ green 177 ◦ blue 121

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

Shades of Ocean Green #54B179

Tints of Ocean Green #54B179

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.34%

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

R = 21.99%
G = 46.34%
B = 31.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#54B179 (or 0x54B179) is known color: Ocean Green. HEX triplet: 54, B1 and 79. RGB value is (84,177,121). Sum of RGB (Red+Green+Blue) = 84+177+121=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #54B179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B179 is #AB4E86. Grayscale: #8E8E8E. Windows color (decimal): -11226759 or 7975252. OLE color: 7975252.

HSL color Cylindrical-coordinate representation of color #54B179: hue angle of 143.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B179 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 177 121 -
CMYK 0.53 0 0.32 0.31
HSL 143.87º 0.37% 0.51% -
HSV(B) 143.87º 0.53% 0.69% -
XYZ 22.83 34.71 23.59 -
YUV 142.81 115.69 86.05 -
System Red Green Blue C M Y K H S L
Decimal 84 177 121 0.53 0 0.32 0.31 143.87 0.37 0.51
Hex 54 B1 79 35 0 20 1F 90 25 33
Octal 124 261 171 65 0 40 37 220 45 63
Binary 1010100 10110001 1111001 110101 0 100000 11111 10010000 100101 110011

Color Harmonies of #54B179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B179

Black with #54B179

Text Example


Text Example

White with #54B179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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