Html Css Color HEX #54A174 Ocean Green

📋 copy color: '#54A174'

red 84 ◦ green 161 ◦ blue 116

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

Shades of Ocean Green #54A174

Tints of Ocean Green #54A174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 23.27%
G = 44.6%
B = 32.13%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#54A174 (or 0x54A174) is known color: Ocean Green. HEX triplet: 54, A1 and 74. RGB value is (84,161,116). Sum of RGB (Red+Green+Blue) = 84+161+116=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #54A174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A174 is #AB5E8B. Grayscale: #848484. Windows color (decimal): -11230860 or 7643476. OLE color: 7643476.

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

Color convert

RGB 84 161 116 -
CMYK 0.48 0 0.28 0.37
HSL 144.94º 0.31% 0.48% -
HSV(B) 144.94º 0.48% 0.63% -
XYZ 19.55 28.64 21.02 -
YUV 132.85 118.49 93.16 -
System Red Green Blue C M Y K H S L
Decimal 84 161 116 0.48 0 0.28 0.37 144.94 0.31 0.48
Hex 54 A1 74 30 0 1C 25 91 1F 30
Octal 124 241 164 60 0 34 45 221 37 60
Binary 1010100 10100001 1110100 110000 0 11100 100101 10010001 11111 110000

Color Harmonies of #54A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A174

Black with #54A174

Text Example


Text Example

White with #54A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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