Html Css Color HEX #54B377 Ocean Green

📋 copy color: '#54B377'

red 84 ◦ green 179 ◦ blue 119

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

Shades of Ocean Green #54B377

Tints of Ocean Green #54B377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 21.99%
G = 46.86%
B = 31.15%

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

#54B377 (or 0x54B377) is known color: Ocean Green. HEX triplet: 54, B3 and 77. RGB value is (84,179,119). Sum of RGB (Red+Green+Blue) = 84+179+119=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #54B377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B377 is #AB4C88. Grayscale: #8F8F8F. Windows color (decimal): -11226249 or 7844692. OLE color: 7844692.

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

Color convert

RGB 84 179 119 -
CMYK 0.53 0 0.34 0.30
HSL 142.11º 0.38% 0.52% -
HSV(B) 142.11º 0.53% 0.7% -
XYZ 23.11 35.46 23.08 -
YUV 143.76 114.03 85.38 -
System Red Green Blue C M Y K H S L
Decimal 84 179 119 0.53 0 0.34 0.30 142.11 0.38 0.52
Hex 54 B3 77 35 0 22 1E 8E 26 34
Octal 124 263 167 65 0 42 36 216 46 64
Binary 1010100 10110011 1110111 110101 0 100010 11110 10001110 100110 110100

Color Harmonies of #54B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B377

Black with #54B377

Text Example


Text Example

White with #54B377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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