#5AA87A

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

Shades of Ocean Green #5AA87A

Tints of Ocean Green #5AA87A

Color information

#5AA87A (or 0x5AA87A) is unknown color: approx Ocean Green. HEX triplet: 5A, A8 and 7A. RGB value is (90,168,122). Sum of RGB (Red+Green+Blue) = 90+168+122=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA87A is #A55785. Grayscale: #8B8B8B. Windows color (decimal): -10835846 or 8038490. OLE color: 8038490.

HSL color Cylindrical-coordinate representation of color #5AA87A: hue angle of 144.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA87A is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB90168122-
CMYK0.4600.270.34
HSL144.62º30.95%50.59%-
HSV(B)144.62º46.43%65.88%-
XYZ21.7331.5823.36-
YUV139.43118.1692.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.68%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=23.68%
G=44.21%
B=32.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901681220.4600.270.34144.6230.9550.59
Hex5AA87A2E01B22911f33
Octal13225017256033422213763
Binary10110101010100011110101011100110111000101001000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AA87A; }

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

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

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

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

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

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

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

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