#549F6B

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

Shades of Ocean Green #549F6B

Tints of Ocean Green #549F6B

Color information

#549F6B (or 0x549F6B) is unknown color: approx Ocean Green. HEX triplet: 54, 9F and 6B. RGB value is (84,159,107). Sum of RGB (Red+Green+Blue) = 84+159+107=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #549F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F6B is #AB6094. Grayscale: #828282. Windows color (decimal): -11231381 or 7053140. OLE color: 7053140.

HSL color Cylindrical-coordinate representation of color #549F6B: hue angle of 138.4º 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 #549F6B is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB84159107-
CMYK0.4700.330.38
HSL138.4º30.86%47.65%-
HSV(B)138.4º47.17%62.35%-
XYZ18.7127.7418.28-
YUV130.65114.6594.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 159 (62.5% from 255) = 45.43%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=24%
G=45.43%
B=30.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841591070.4700.330.38138.430.8647.65
Hex549F6B2F021268a1f30
Octal12423715357041462123760
Binary101010010011111110101110111101000011001101000101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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