Html Css Color HEX #54AF78 Ocean Green

📋 copy color: '#54AF78'

red 84 ◦ green 175 ◦ blue 120

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

Shades of Ocean Green #54AF78

Tints of Ocean Green #54AF78

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.17%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 22.16%
G = 46.17%
B = 31.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#54AF78 (or 0x54AF78) is known color: Ocean Green. HEX triplet: 54, AF and 78. RGB value is (84,175,120). Sum of RGB (Red+Green+Blue) = 84+175+120=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF78 is #AB5087. Grayscale: #8D8D8D. Windows color (decimal): -11227272 or 7909204. OLE color: 7909204.

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

Color convert

RGB 84 175 120 -
CMYK 0.52 0 0.31 0.31
HSL 143.74º 0.36% 0.51% -
HSV(B) 143.74º 0.52% 0.69% -
XYZ 22.38 33.9 23.13 -
YUV 141.52 115.85 86.97 -
System Red Green Blue C M Y K H S L
Decimal 84 175 120 0.52 0 0.31 0.31 143.74 0.36 0.51
Hex 54 AF 78 34 0 1F 1F 90 24 33
Octal 124 257 170 64 0 37 37 220 44 63
Binary 1010100 10101111 1111000 110100 0 11111 11111 10010000 100100 110011

Color Harmonies of #54AF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF78

Black with #54AF78

Text Example


Text Example

White with #54AF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,175,120); }

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

background-color css

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

 a { background-color: rgb(84,175,120); }

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

border-color css

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

 span { border-color: rgb(84,175,120); }

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