#54B37D

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

Shades of Ocean Green #54B37D

Tints of Ocean Green #54B37D

Color information

#54B37D (or 0x54B37D) is unknown color: approx Ocean Green. HEX triplet: 54, B3 and 7D. RGB value is (84,179,125). Sum of RGB (Red+Green+Blue) = 84+179+125=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #54B37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B37D is #AB4C82. Grayscale: #909090. Windows color (decimal): -11226243 or 8237908. OLE color: 8237908.

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

Color convert

RGB84179125-
CMYK0.5300.300.30
HSL145.89º38.46%51.57%-
HSV(B)145.89º53.07%70.2%-
XYZ23.4835.6125.04-
YUV144.44117.0384.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 179 (70.31% from 255) = 46.13%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=21.65%
G=46.13%
B=32.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841791250.5300.300.30145.8938.4651.57
Hex54B37D3501E1E922634
Octal12426317565036362224664
Binary10101001011001111111011101010111101111010010010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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