#549F6E

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

Shades of Ocean Green #549F6E

Tints of Ocean Green #549F6E

Color information

#549F6E (or 0x549F6E) is unknown color: approx Ocean Green. HEX triplet: 54, 9F and 6E. RGB value is (84,159,110). Sum of RGB (Red+Green+Blue) = 84+159+110=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #549F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F6E is #AB6091. Grayscale: #838383. Windows color (decimal): -11231378 or 7249748. OLE color: 7249748.

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

Color convert

RGB84159110-
CMYK0.4700.310.38
HSL140.8º30.86%47.65%-
HSV(B)140.8º47.17%62.35%-
XYZ18.8727.8119.12-
YUV130.99116.1594.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 159 (62.5% from 255) = 45.04%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=23.80%
G=45.04%
B=31.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841591100.4700.310.38140.830.8647.65
Hex549F6E2F01F268d1f30
Octal12423715657037462153760
Binary10101001001111111011101011110111111001101000110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,159,110); }

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

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

 a { background-color: rgb(84,159,110); }

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

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

 span { border-color: rgb(84,159,110); }

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