#5AAA85

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

Shades of Ocean Green #5AAA85

Tints of Ocean Green #5AAA85

Color information

#5AAA85 (or 0x5AAA85) is unknown color: approx Ocean Green. HEX triplet: 5A, AA and 85. RGB value is (90,170,133). Sum of RGB (Red+Green+Blue) = 90+170+133=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA85 is #A5557A. Grayscale: #8D8D8D. Windows color (decimal): -10835323 or 8759898. OLE color: 8759898.

HSL color Cylindrical-coordinate representation of color #5AAA85: hue angle of 152.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA85 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB90170133-
CMYK0.4700.220.33
HSL152.25º32%50.98%-
HSV(B)152.25º47.06%66.67%-
XYZ22.8232.6227.28-
YUV141.8612391.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.90%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=22.90%
G=43.26%
B=33.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901701330.4700.220.33152.253250.98
Hex5AAA852F01621982033
Octal13225220557026412304063
Binary1011010101010101000010110111101011010000110011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,133); }

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

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

 a { background-color: rgb(90,170,133); }

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

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

 span { border-color: rgb(90,170,133); }

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