Html Css Color HEX #54B171 Ocean Green

📋 copy color: '#54B171'

red 84 ◦ green 177 ◦ blue 113

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

Shades of Ocean Green #54B171

Tints of Ocean Green #54B171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 22.46%
G = 47.33%
B = 30.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#54B171 (or 0x54B171) is known color: Ocean Green. HEX triplet: 54, B1 and 71. RGB value is (84,177,113). Sum of RGB (Red+Green+Blue) = 84+177+113=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #54B171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B171 is #AB4E8E. Grayscale: #8E8E8E. Windows color (decimal): -11226767 or 7450964. OLE color: 7450964.

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

Color convert

RGB 84 177 113 -
CMYK 0.53 0 0.36 0.31
HSL 138.71º 0.37% 0.51% -
HSV(B) 138.71º 0.53% 0.69% -
XYZ 22.36 34.52 21.11 -
YUV 141.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 84 177 113 0.53 0 0.36 0.31 138.71 0.37 0.51
Hex 54 B1 71 35 0 24 1F 8B 25 33
Octal 124 261 161 65 0 44 37 213 45 63
Binary 1010100 10110001 1110001 110101 0 100100 11111 10001011 100101 110011

Color Harmonies of #54B171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B171

Black with #54B171

Text Example


Text Example

White with #54B171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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