#55A673

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

Shades of Ocean Green #55A673

Tints of Ocean Green #55A673

Color information

#55A673 (or 0x55A673) is unknown color: approx Ocean Green. HEX triplet: 55, A6 and 73. RGB value is (85,166,115). Sum of RGB (Red+Green+Blue) = 85+166+115=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #55A673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A673 is #AA598C. Grayscale: #888888. Windows color (decimal): -11164045 or 7579221. OLE color: 7579221.

HSL color Cylindrical-coordinate representation of color #55A673: hue angle of 142.22º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A673 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB85166115-
CMYK0.4900.310.35
HSL142.22º32.27%49.22%-
HSV(B)142.22º48.8%65.1%-
XYZ20.4830.4421.02-
YUV135.97116.1691.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=23.22%
G=45.36%
B=31.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851661150.4900.310.35142.2232.2749.22
Hex55A6733101F238e2031
Octal12524616361037432164061
Binary101010110100110111001111000101111110001110001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A673; }

 p { color: rgb(85,166,115); }

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

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

 a { background-color: rgb(85,166,115); }

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

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

 span { border-color: rgb(85,166,115); }

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