#5AAC85

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

Shades of Ocean Green #5AAC85

Tints of Ocean Green #5AAC85

Color information

#5AAC85 (or 0x5AAC85) is unknown color: approx Ocean Green. HEX triplet: 5A, AC and 85. RGB value is (90,172,133). Sum of RGB (Red+Green+Blue) = 90+172+133=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC85 is #A5537A. Grayscale: #8F8F8F. Windows color (decimal): -10834811 or 8760410. OLE color: 8760410.

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

Color convert

RGB90172133-
CMYK0.4800.230.33
HSL151.46º33.06%51.37%-
HSV(B)151.46º47.67%67.45%-
XYZ23.233.3727.41-
YUV143.04122.3390.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=22.78%
G=43.54%
B=33.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901721330.4800.230.33151.4633.0651.37
Hex5AAC853001721972133
Octal13225420560027412274163
Binary1011010101011001000010111000001011110000110010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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