#5AAA7B

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

Shades of Ocean Green #5AAA7B

Tints of Ocean Green #5AAA7B

Color information

#5AAA7B (or 0x5AAA7B) is unknown color: approx Ocean Green. HEX triplet: 5A, AA and 7B. RGB value is (90,170,123). Sum of RGB (Red+Green+Blue) = 90+170+123=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA7B is #A55584. Grayscale: #8C8C8C. Windows color (decimal): -10835333 or 8104538. OLE color: 8104538.

HSL color Cylindrical-coordinate representation of color #5AAA7B: hue angle of 144.75º 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 #5AAA7B is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB90170123-
CMYK0.4700.280.33
HSL144.75º32%50.98%-
HSV(B)144.75º47.06%66.67%-
XYZ22.1732.3523.82-
YUV140.7211891.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=23.50%
G=44.39%
B=32.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901701230.4700.280.33144.753250.98
Hex5AAA7B2F01C21912033
Octal13225217357034412214063
Binary101101010101010111101110111101110010000110010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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