#549C7B

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

Shades of Ocean Green #549C7B

Tints of Ocean Green #549C7B

Color information

#549C7B (or 0x549C7B) is unknown color: approx Ocean Green. HEX triplet: 54, 9C and 7B. RGB value is (84,156,123). Sum of RGB (Red+Green+Blue) = 84+156+123=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #549C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C7B is #AB6384. Grayscale: #828282. Windows color (decimal): -11232133 or 8100948. OLE color: 8100948.

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

Color convert

RGB84156123-
CMYK0.4600.210.39
HSL152.5º30%47.06%-
HSV(B)152.5º46.15%61.18%-
XYZ19.1227.0922.96-
YUV130.71123.6594.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=23.14%
G=42.98%
B=33.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841561230.4600.210.39152.53047.06
Hex549C7B2E01527981e2f
Octal12423417356025472303657
Binary10101001001110011110111011100101011001111001100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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