Html Css Color HEX #54B186 Ocean Green

📋 copy color: '#54B186'

red 84 ◦ green 177 ◦ blue 134

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

Shades of Ocean Green #54B186

Tints of Ocean Green #54B186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.81%

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

R = 21.27%
G = 44.81%
B = 33.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#54B186 (or 0x54B186) is known color: Ocean Green. HEX triplet: 54, B1 and 86. RGB value is (84,177,134). Sum of RGB (Red+Green+Blue) = 84+177+134=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #54B186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B186 is #AB4E79. Grayscale: #909090. Windows color (decimal): -11226746 or 8827220. OLE color: 8827220.

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

Color convert

RGB 84 177 134 -
CMYK 0.53 0 0.24 0.31
HSL 152.26º 0.37% 0.51% -
HSV(B) 152.26º 0.53% 0.69% -
XYZ 23.68 35.05 28.07 -
YUV 144.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 84 177 134 0.53 0 0.24 0.31 152.26 0.37 0.51
Hex 54 B1 86 35 0 18 1F 98 25 33
Octal 124 261 206 65 0 30 37 230 45 63
Binary 1010100 10110001 10000110 110101 0 11000 11111 10011000 100101 110011

Color Harmonies of #54B186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B186

Black with #54B186

Text Example


Text Example

White with #54B186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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