#54B370

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

Shades of Ocean Green #54B370

Tints of Ocean Green #54B370

Color information

#54B370 (or 0x54B370) is unknown color: approx Ocean Green. HEX triplet: 54, B3 and 70. RGB value is (84,179,112). Sum of RGB (Red+Green+Blue) = 84+179+112=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #54B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B370 is #AB4C8F. Grayscale: #8F8F8F. Windows color (decimal): -11226256 or 7385940. OLE color: 7385940.

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

Color convert

RGB84179112-
CMYK0.5300.370.30
HSL137.68º38.46%51.57%-
HSV(B)137.68º53.07%70.2%-
XYZ22.735.2920.95-
YUV142.96110.5385.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=22.4%
G=47.73%
B=29.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841791120.5300.370.30137.6838.4651.57
Hex54B370350251E8a2634
Octal12426316065045362124664
Binary101010010110011111000011010101001011111010001010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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