#54B77B

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

Shades of Ocean Green #54B77B

Tints of Ocean Green #54B77B

Color information

#54B77B (or 0x54B77B) is unknown color: approx Ocean Green. HEX triplet: 54, B7 and 7B. RGB value is (84,183,123). Sum of RGB (Red+Green+Blue) = 84+183+123=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #54B77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B77B is #AB4884. Grayscale: #929292. Windows color (decimal): -11225221 or 8107860. OLE color: 8107860.

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

Color convert

RGB84183123-
CMYK0.5400.330.28
HSL143.64º40.74%52.35%-
HSV(B)143.64º54.1%71.76%-
XYZ24.1637.1824.64-
YUV146.56114.783.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=21.54%
G=46.92%
B=31.54%

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
Decimal841831230.5400.330.28143.6440.7452.35
Hex54B77B360211C902934
Octal12426717366041342205164
Binary101010010110111111101111011001000011110010010000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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