#549A6F

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

Shades of Ocean Green #549A6F

Tints of Ocean Green #549A6F

Color information

#549A6F (or 0x549A6F) is unknown color: approx Ocean Green. HEX triplet: 54, 9A and 6F. RGB value is (84,154,111). Sum of RGB (Red+Green+Blue) = 84+154+111=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #549A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A6F is #AB6590. Grayscale: #808080. Windows color (decimal): -11232657 or 7314004. OLE color: 7314004.

HSL color Cylindrical-coordinate representation of color #549A6F: hue angle of 143.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549A6F is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB84154111-
CMYK0.4500.280.40
HSL143.14º29.41%46.67%-
HSV(B)143.14º45.45%60.39%-
XYZ18.0826.1419.13-
YUV128.17118.3196.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=24.07%
G=44.13%
B=31.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841541110.4500.280.40143.1429.4146.67
Hex549A6F2D01C288f1d2f
Octal12423215755034502173557
Binary10101001001101011011111011010111001010001000111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,154,111); }

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

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

 a { background-color: rgb(84,154,111); }

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

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

 span { border-color: rgb(84,154,111); }

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