#549C6A

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

Shades of Ocean Green #549C6A

Tints of Ocean Green #549C6A

Color information

#549C6A (or 0x549C6A) is unknown color: approx Ocean Green. HEX triplet: 54, 9C and 6A. RGB value is (84,156,106). Sum of RGB (Red+Green+Blue) = 84+156+106=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #549C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C6A is #AB6395. Grayscale: #808080. Windows color (decimal): -11232150 or 6986836. OLE color: 6986836.

HSL color Cylindrical-coordinate representation of color #549C6A: hue angle of 138.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549C6A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB84156106-
CMYK0.4600.320.39
HSL138.33º30%47.06%-
HSV(B)138.33º46.15%61.18%-
XYZ18.1526.717.83-
YUV128.77115.1596.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=24.28%
G=45.09%
B=30.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841561060.4600.320.39138.333047.06
Hex549C6A2E020278a1e2f
Octal12423415256040472123657
Binary101010010011100110101010111001000001001111000101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,156,106); }

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

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

 a { background-color: rgb(84,156,106); }

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

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

 span { border-color: rgb(84,156,106); }

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