#549C7A

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

Shades of Ocean Green #549C7A

Tints of Ocean Green #549C7A

Color information

#549C7A (or 0x549C7A) is unknown color: approx Ocean Green. HEX triplet: 54, 9C and 7A. RGB value is (84,156,122). Sum of RGB (Red+Green+Blue) = 84+156+122=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #549C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C7A is #AB6385. Grayscale: #828282. Windows color (decimal): -11232134 or 8035412. OLE color: 8035412.

HSL color Cylindrical-coordinate representation of color #549C7A: hue angle of 151.67º 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 #549C7A is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB84156122-
CMYK0.4600.220.39
HSL151.67º30%47.06%-
HSV(B)151.67º46.15%61.18%-
XYZ19.0627.0722.63-
YUV130.6123.1594.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=23.20%
G=43.09%
B=33.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841561220.4600.220.39151.673047.06
Hex549C7A2E01627981e2f
Octal12423417256026472303657
Binary10101001001110011110101011100101101001111001100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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