#549F7B

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

Shades of Ocean Green #549F7B

Tints of Ocean Green #549F7B

Color information

#549F7B (or 0x549F7B) is unknown color: approx Ocean Green. HEX triplet: 54, 9F and 7B. RGB value is (84,159,123). Sum of RGB (Red+Green+Blue) = 84+159+123=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #549F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F7B is #AB6084. Grayscale: #848484. Windows color (decimal): -11231365 or 8101716. OLE color: 8101716.

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

Color convert

RGB84159123-
CMYK0.4700.230.38
HSL151.2º30.86%47.65%-
HSV(B)151.2º47.17%62.35%-
XYZ19.6328.1123.13-
YUV132.47122.6593.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=22.95%
G=43.44%
B=33.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841591230.4700.230.38151.230.8647.65
Hex549F7B2F01726971f30
Octal12423717357027462273760
Binary10101001001111111110111011110101111001101001011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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