#549676

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

Shades of Ocean Green #549676

Tints of Ocean Green #549676

Color information

#549676 (or 0x549676) is unknown color: approx Ocean Green. HEX triplet: 54, 96 and 76. RGB value is (84,150,118). Sum of RGB (Red+Green+Blue) = 84+150+118=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #549676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549676 is #AB6989. Grayscale: #7E7E7E. Windows color (decimal): -11233674 or 7771732. OLE color: 7771732.

HSL color Cylindrical-coordinate representation of color #549676: hue angle of 150.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549676 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB84150118-
CMYK0.4400.210.41
HSL150.91º28.21%45.88%-
HSV(B)150.91º44%58.82%-
XYZ17.8325.0121.03-
YUV126.62123.1397.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=23.86%
G=42.61%
B=33.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501180.4400.210.41150.9128.2145.88
Hex5496762C01529971c2e
Octal12422616654025512273456
Binary10101001001011011101101011000101011010011001011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549676; }

 p { color: rgb(84,150,118); }

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

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

 a { background-color: rgb(84,150,118); }

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

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

 span { border-color: rgb(84,150,118); }

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