Html Css Color HEX #54B080 Ocean Green

📋 copy color: '#54B080'

red 84 ◦ green 176 ◦ blue 128

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

Shades of Ocean Green #54B080

Tints of Ocean Green #54B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.36%

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

R = 21.65%
G = 45.36%
B = 32.99%

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

#54B080 (or 0x54B080) is known color: Ocean Green. HEX triplet: 54, B0 and 80. RGB value is (84,176,128). Sum of RGB (Red+Green+Blue) = 84+176+128=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #54B080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B080 is #AB4F7F. Grayscale: #8F8F8F. Windows color (decimal): -11227008 or 8433748. OLE color: 8433748.

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

Color convert

RGB 84 176 128 -
CMYK 0.52 0 0.27 0.31
HSL 148.7º 0.37% 0.51% -
HSV(B) 148.7º 0.52% 0.69% -
XYZ 23.08 34.49 25.86 -
YUV 143.02 119.52 85.9 -
System Red Green Blue C M Y K H S L
Decimal 84 176 128 0.52 0 0.27 0.31 148.7 0.37 0.51
Hex 54 B0 80 34 0 1B 1F 95 25 33
Octal 124 260 200 64 0 33 37 225 45 63
Binary 1010100 10110000 10000000 110100 0 11011 11111 10010101 100101 110011

Color Harmonies of #54B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B080

Black with #54B080

Text Example


Text Example

White with #54B080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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