Html Css Color HEX #54A176 Ocean Green

📋 copy color: '#54A176'

red 84 ◦ green 161 ◦ blue 118

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

Shades of Ocean Green #54A176

Tints of Ocean Green #54A176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

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

R = 23.14%
G = 44.35%
B = 32.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#54A176 (or 0x54A176) is known color: Ocean Green. HEX triplet: 54, A1 and 76. RGB value is (84,161,118). Sum of RGB (Red+Green+Blue) = 84+161+118=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #54A176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A176 is #AB5E89. Grayscale: #858585. Windows color (decimal): -11230858 or 7774548. OLE color: 7774548.

HSL color Cylindrical-coordinate representation of color #54A176: hue angle of 146.49º 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 #54A176 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 118 -
CMYK 0.48 0 0.27 0.37
HSL 146.49º 0.31% 0.48% -
HSV(B) 146.49º 0.48% 0.63% -
XYZ 19.67 28.68 21.64 -
YUV 133.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 84 161 118 0.48 0 0.27 0.37 146.49 0.31 0.48
Hex 54 A1 76 30 0 1B 25 92 1F 30
Octal 124 241 166 60 0 33 45 222 37 60
Binary 1010100 10100001 1110110 110000 0 11011 100101 10010010 11111 110000

Color Harmonies of #54A176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A176

Black with #54A176

Text Example


Text Example

White with #54A176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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