Html Css Color HEX #54B476 Ocean Green

📋 copy color: '#54B476'

red 84 ◦ green 180 ◦ blue 118

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

Shades of Ocean Green #54B476

Tints of Ocean Green #54B476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.12%

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

R = 21.99%
G = 47.12%
B = 30.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#54B476 (or 0x54B476) is known color: Ocean Green. HEX triplet: 54, B4 and 76. RGB value is (84,180,118). Sum of RGB (Red+Green+Blue) = 84+180+118=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #54B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B476 is #AB4B89. Grayscale: #909090. Windows color (decimal): -11225994 or 7779412. OLE color: 7779412.

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

Color convert

RGB 84 180 118 -
CMYK 0.53 0 0.34 0.29
HSL 141.25º 0.39% 0.52% -
HSV(B) 141.25º 0.53% 0.71% -
XYZ 23.25 35.84 22.83 -
YUV 144.23 113.2 85.04 -
System Red Green Blue C M Y K H S L
Decimal 84 180 118 0.53 0 0.34 0.29 141.25 0.39 0.52
Hex 54 B4 76 35 0 22 1D 8D 27 34
Octal 124 264 166 65 0 42 35 215 47 64
Binary 1010100 10110100 1110110 110101 0 100010 11101 10001101 100111 110100

Color Harmonies of #54B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B476

Black with #54B476

Text Example


Text Example

White with #54B476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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