Html Css Color HEX #54AE86 Ocean Green

📋 copy color: '#54AE86'

red 84 ◦ green 174 ◦ blue 134

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

Shades of Ocean Green #54AE86

Tints of Ocean Green #54AE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.39%

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

R = 21.43%
G = 44.39%
B = 34.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#54AE86 (or 0x54AE86) is known color: Ocean Green. HEX triplet: 54, AE and 86. RGB value is (84,174,134). Sum of RGB (Red+Green+Blue) = 84+174+134=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AE86 is #AB5179. Grayscale: #8E8E8E. Windows color (decimal): -11227514 or 8826452. OLE color: 8826452.

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

Color convert

RGB 84 174 134 -
CMYK 0.52 0 0.23 0.32
HSL 153.33º 0.36% 0.51% -
HSV(B) 153.33º 0.52% 0.68% -
XYZ 23.1 33.88 27.88 -
YUV 142.53 123.18 86.25 -
System Red Green Blue C M Y K H S L
Decimal 84 174 134 0.52 0 0.23 0.32 153.33 0.36 0.51
Hex 54 AE 86 34 0 17 20 99 24 33
Octal 124 256 206 64 0 27 40 231 44 63
Binary 1010100 10101110 10000110 110100 0 10111 100000 10011001 100100 110011

Color Harmonies of #54AE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AE86

Black with #54AE86

Text Example


Text Example

White with #54AE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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