#54b47f

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

Shades of Ocean Green #54B47F

Tints of Ocean Green #54B47F

Color information

#54B47F (or 0x54B47F) is unknown color: approx Ocean Green. HEX triplet: 54, B4 and 7F. RGB value is (84,180,127). Sum of RGB (Red+Green+Blue) = 84+180+127=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #54B47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B47F is #AB4B80. Grayscale: #919191. Windows color (decimal): -11225985 or 8369236. OLE color: 8369236.

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

Color convert

RGB84180127-
CMYK0.5300.290.29
HSL146.88º39.02%51.76%-
HSV(B)146.88º53.33%70.59%-
XYZ23.8136.0625.78-
YUV145.25117.784.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 127 (50% from 255) = 32.48%
R=21.48%
G=46.04%
B=32.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801270.5300.290.29146.8839.0251.76
Hex54B47F3501D1D932734
Octal12426417765035352234764
Binary10101001011010011111111101010111011110110010011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b47f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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