Html Css Color HEX #54B376 Ocean Green

📋 copy color: '#54B376'

red 84 ◦ green 179 ◦ blue 118

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

Shades of Ocean Green #54B376

Tints of Ocean Green #54B376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 22.05%
G = 46.98%
B = 30.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#54B376 (or 0x54B376) is known color: Ocean Green. HEX triplet: 54, B3 and 76. RGB value is (84,179,118). Sum of RGB (Red+Green+Blue) = 84+179+118=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #54B376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B376 is #AB4C89. Grayscale: #8F8F8F. Windows color (decimal): -11226250 or 7779156. OLE color: 7779156.

HSL color Cylindrical-coordinate representation of color #54B376: hue angle of 141.47º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B376 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 179 118 -
CMYK 0.53 0 0.34 0.30
HSL 141.47º 0.38% 0.52% -
HSV(B) 141.47º 0.53% 0.7% -
XYZ 23.05 35.43 22.76 -
YUV 143.64 113.53 85.46 -
System Red Green Blue C M Y K H S L
Decimal 84 179 118 0.53 0 0.34 0.30 141.47 0.38 0.52
Hex 54 B3 76 35 0 22 1E 8D 26 34
Octal 124 263 166 65 0 42 36 215 46 64
Binary 1010100 10110011 1110110 110101 0 100010 11110 10001101 100110 110100

Color Harmonies of #54B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B376

Black with #54B376

Text Example


Text Example

White with #54B376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,179,118); }

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

background-color css

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

 a { background-color: rgb(84,179,118); }

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

border-color css

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

 span { border-color: rgb(84,179,118); }

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