Html Css Color HEX #54AC74 Ocean Green

📋 copy color: '#54AC74'

red 84 ◦ green 172 ◦ blue 116

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

Shades of Ocean Green #54AC74

Tints of Ocean Green #54AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.24%

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

R = 22.58%
G = 46.24%
B = 31.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#54AC74 (or 0x54AC74) is known color: Ocean Green. HEX triplet: 54, AC and 74. RGB value is (84,172,116). Sum of RGB (Red+Green+Blue) = 84+172+116=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC74 is #AB538B. Grayscale: #8B8B8B. Windows color (decimal): -11228044 or 7646292. OLE color: 7646292.

HSL color Cylindrical-coordinate representation of color #54AC74: hue angle of 141.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC74 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 172 116 -
CMYK 0.51 0 0.33 0.33
HSL 141.82º 0.35% 0.5% -
HSV(B) 141.82º 0.51% 0.67% -
XYZ 21.56 32.65 21.69 -
YUV 139.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 84 172 116 0.51 0 0.33 0.33 141.82 0.35 0.5
Hex 54 AC 74 33 0 21 21 8E 23 32
Octal 124 254 164 63 0 41 41 216 43 62
Binary 1010100 10101100 1110100 110011 0 100001 100001 10001110 100011 110010

Color Harmonies of #54AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AC74

Black with #54AC74

Text Example


Text Example

White with #54AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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