#55A87A

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

Shades of Ocean Green #55A87A

Tints of Ocean Green #55A87A

Color information

#55A87A (or 0x55A87A) is unknown color: approx Ocean Green. HEX triplet: 55, A8 and 7A. RGB value is (85,168,122). Sum of RGB (Red+Green+Blue) = 85+168+122=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #55A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A87A is #AA5785. Grayscale: #8A8A8A. Windows color (decimal): -11163526 or 8038485. OLE color: 8038485.

HSL color Cylindrical-coordinate representation of color #55A87A: hue angle of 146.75º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A87A is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB85168122-
CMYK0.4900.270.34
HSL146.75º32.81%49.61%-
HSV(B)146.75º49.4%65.88%-
XYZ21.2631.3423.34-
YUV137.9411990.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=22.67%
G=44.8%
B=32.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851681220.4900.270.34146.7532.8149.61
Hex55A87A3101B22932132
Octal12525017261033422234162
Binary101010110101000111101011000101101110001010010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,168,122); }

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

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

 a { background-color: rgb(85,168,122); }

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

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

 span { border-color: rgb(85,168,122); }

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