#54B574

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

Shades of Ocean Green #54B574

Tints of Ocean Green #54B574

Color information

#54B574 (or 0x54B574) is unknown color: approx Ocean Green. HEX triplet: 54, B5 and 74. RGB value is (84,181,116). Sum of RGB (Red+Green+Blue) = 84+181+116=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #54B574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B574 is #AB4A8B. Grayscale: #909090. Windows color (decimal): -11225740 or 7648596. OLE color: 7648596.

HSL color Cylindrical-coordinate representation of color #54B574: hue angle of 139.79º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B574 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB84181116-
CMYK0.5400.360.29
HSL139.79º39.59%51.96%-
HSV(B)139.79º53.59%70.98%-
XYZ23.3336.1922.28-
YUV144.59111.8684.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=22.05%
G=47.51%
B=30.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841811160.5400.360.29139.7939.5951.96
Hex54B574360241D8c2834
Octal12426516466044352145064
Binary101010010110101111010011011001001001110110001100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,181,116); }

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

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

 a { background-color: rgb(84,181,116); }

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

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

 span { border-color: rgb(84,181,116); }

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