Html Css Color HEX #54B176 Ocean Green

📋 copy color: '#54B176'

red 84 ◦ green 177 ◦ blue 118

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

Shades of Ocean Green #54B176

Tints of Ocean Green #54B176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 22.16%
G = 46.7%
B = 31.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#54B176 (or 0x54B176) is known color: Ocean Green. HEX triplet: 54, B1 and 76. RGB value is (84,177,118). Sum of RGB (Red+Green+Blue) = 84+177+118=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #54B176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B176 is #AB4E89. Grayscale: #8E8E8E. Windows color (decimal): -11226762 or 7778644. OLE color: 7778644.

HSL color Cylindrical-coordinate representation of color #54B176: hue angle of 141.94º 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 #54B176 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 177 118 -
CMYK 0.53 0 0.33 0.31
HSL 141.94º 0.37% 0.51% -
HSV(B) 141.94º 0.53% 0.69% -
XYZ 22.65 34.64 22.63 -
YUV 142.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 84 177 118 0.53 0 0.33 0.31 141.94 0.37 0.51
Hex 54 B1 76 35 0 21 1F 8E 25 33
Octal 124 261 166 65 0 41 37 216 45 63
Binary 1010100 10110001 1110110 110101 0 100001 11111 10001110 100101 110011

Color Harmonies of #54B176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B176

Black with #54B176

Text Example


Text Example

White with #54B176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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