#54B77A

Color #54B77A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54B77A

Tints of Ocean Green #54B77A

Color information

#54B77A (or 0x54B77A) is unknown color: approx Ocean Green. HEX triplet: 54, B7 and 7A. RGB value is (84,183,122). Sum of RGB (Red+Green+Blue) = 84+183+122=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #54B77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B77A is #AB4885. Grayscale: #929292. Windows color (decimal): -11225222 or 8042324. OLE color: 8042324.

HSL color Cylindrical-coordinate representation of color #54B77A: hue angle of 143.03º 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 #54B77A is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB84183122-
CMYK0.5400.330.28
HSL143.03º40.74%52.35%-
HSV(B)143.03º54.1%71.76%-
XYZ24.137.1624.31-
YUV146.44114.283.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 183 (71.88% from 255) = 47.04%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=21.59%
G=47.04%
B=31.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841831220.5400.330.28143.0340.7452.35
Hex54B77A360211C8f2934
Octal12426717266041342175164
Binary101010010110111111101011011001000011110010001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54B77A;
 }
 .AnyTagClassName
 {
   color: #54B77A;
 }
</style>
background-color css

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

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

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

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

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

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