#5AA97A

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

Shades of Ocean Green #5AA97A

Tints of Ocean Green #5AA97A

Color information

#5AA97A (or 0x5AA97A) is unknown color: approx Ocean Green. HEX triplet: 5A, A9 and 7A. RGB value is (90,169,122). Sum of RGB (Red+Green+Blue) = 90+169+122=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA97A is #A55685. Grayscale: #8C8C8C. Windows color (decimal): -10835590 or 8038746. OLE color: 8038746.

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

Color convert

RGB90169122-
CMYK0.4700.280.34
HSL144.3º31.47%50.78%-
HSV(B)144.3º46.75%66.27%-
XYZ21.9231.9523.43-
YUV140.02117.8392.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=23.62%
G=44.36%
B=32.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901691220.4700.280.34144.331.4750.78
Hex5AA97A2F01C22901f33
Octal13225117257034422203763
Binary10110101010100111110101011110111001000101001000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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