#549E7C

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

Shades of Ocean Green #549E7C

Tints of Ocean Green #549E7C

Color information

#549E7C (or 0x549E7C) is unknown color: approx Ocean Green. HEX triplet: 54, 9E and 7C. RGB value is (84,158,124). Sum of RGB (Red+Green+Blue) = 84+158+124=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #549E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E7C is #AB6183. Grayscale: #848484. Windows color (decimal): -11231620 or 8166996. OLE color: 8166996.

HSL color Cylindrical-coordinate representation of color #549E7C: hue angle of 152.43º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E7C is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB84158124-
CMYK0.4700.220.38
HSL152.43º30.58%47.45%-
HSV(B)152.43º46.84%61.96%-
XYZ19.5227.7923.4-
YUV132123.4893.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=22.95%
G=43.17%
B=33.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581240.4700.220.38152.4330.5847.45
Hex549E7C2F01626981f2f
Octal12423617457026462303757
Binary10101001001111011111001011110101101001101001100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549E7C; }

 p { color: rgb(84,158,124); }

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

<style>
 a { background-color: #549E7C; }

 a { background-color: rgb(84,158,124); }

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

<style>
 span { border-color: #549E7C; }

 span { border-color: rgb(84,158,124); }

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