Html Css Color HEX #54B779 Ocean Green

📋 copy color: '#54B779'

red 84 ◦ green 183 ◦ blue 121

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

Shades of Ocean Green #54B779

Tints of Ocean Green #54B779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.16%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 21.65%
G = 47.16%
B = 31.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#54B779 (or 0x54B779) is known color: Ocean Green. HEX triplet: 54, B7 and 79. RGB value is (84,183,121). Sum of RGB (Red+Green+Blue) = 84+183+121=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #54B779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B779 is #AB4886. Grayscale: #929292. Windows color (decimal): -11225223 or 7976788. OLE color: 7976788.

HSL color Cylindrical-coordinate representation of color #54B779: hue angle of 142.42º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B779 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 183 121 -
CMYK 0.54 0 0.34 0.28
HSL 142.42º 0.41% 0.52% -
HSV(B) 142.42º 0.54% 0.72% -
XYZ 24.04 37.13 23.99 -
YUV 146.33 113.7 83.54 -
System Red Green Blue C M Y K H S L
Decimal 84 183 121 0.54 0 0.34 0.28 142.42 0.41 0.52
Hex 54 B7 79 36 0 22 1C 8E 29 34
Octal 124 267 171 66 0 42 34 216 51 64
Binary 1010100 10110111 1111001 110110 0 100010 11100 10001110 101001 110100

Color Harmonies of #54B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B779

Black with #54B779

Text Example


Text Example

White with #54B779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,183,121); }

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

background-color css

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

 a { background-color: rgb(84,183,121); }

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

border-color css

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

 span { border-color: rgb(84,183,121); }

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