Html Css Color HEX #54AF80 Ocean Green

📋 copy color: '#54AF80'

red 84 ◦ green 175 ◦ blue 128

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

Shades of Ocean Green #54AF80

Tints of Ocean Green #54AF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 21.71%
G = 45.22%
B = 33.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#54AF80 (or 0x54AF80) is known color: Ocean Green. HEX triplet: 54, AF and 80. RGB value is (84,175,128). Sum of RGB (Red+Green+Blue) = 84+175+128=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF80 is #AB507F. Grayscale: #8E8E8E. Windows color (decimal): -11227264 or 8433492. OLE color: 8433492.

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

Color convert

RGB 84 175 128 -
CMYK 0.52 0 0.27 0.31
HSL 149.01º 0.36% 0.51% -
HSV(B) 149.01º 0.52% 0.69% -
XYZ 22.88 34.1 25.8 -
YUV 142.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 84 175 128 0.52 0 0.27 0.31 149.01 0.36 0.51
Hex 54 AF 80 34 0 1B 1F 95 24 33
Octal 124 257 200 64 0 33 37 225 44 63
Binary 1010100 10101111 10000000 110100 0 11011 11111 10010101 100100 110011

Color Harmonies of #54AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF80

Black with #54AF80

Text Example


Text Example

White with #54AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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