Html Css Color HEX #54AF86 Ocean Green

📋 copy color: '#54AF86'

red 84 ◦ green 175 ◦ blue 134

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

Shades of Ocean Green #54AF86

Tints of Ocean Green #54AF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 21.37%
G = 44.53%
B = 34.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#54AF86 (or 0x54AF86) is known color: Ocean Green. HEX triplet: 54, AF and 86. RGB value is (84,175,134). Sum of RGB (Red+Green+Blue) = 84+175+134=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF86 is #AB5079. Grayscale: #8F8F8F. Windows color (decimal): -11227258 or 8826708. OLE color: 8826708.

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

Color convert

RGB 84 175 134 -
CMYK 0.52 0 0.23 0.31
HSL 152.97º 0.36% 0.51% -
HSV(B) 152.97º 0.52% 0.69% -
XYZ 23.29 34.27 27.94 -
YUV 143.12 122.85 85.83 -
System Red Green Blue C M Y K H S L
Decimal 84 175 134 0.52 0 0.23 0.31 152.97 0.36 0.51
Hex 54 AF 86 34 0 17 1F 99 24 33
Octal 124 257 206 64 0 27 37 231 44 63
Binary 1010100 10101111 10000110 110100 0 10111 11111 10011001 100100 110011

Color Harmonies of #54AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF86

Black with #54AF86

Text Example


Text Example

White with #54AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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