#5AAB7A

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

Shades of Ocean Green #5AAB7A

Tints of Ocean Green #5AAB7A

Color information

#5AAB7A (or 0x5AAB7A) is unknown color: approx Ocean Green. HEX triplet: 5A, AB and 7A. RGB value is (90,171,122). Sum of RGB (Red+Green+Blue) = 90+171+122=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB7A is #A55485. Grayscale: #8D8D8D. Windows color (decimal): -10835078 or 8039258. OLE color: 8039258.

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

Color convert

RGB90171122-
CMYK0.4700.290.33
HSL143.7º32.53%51.18%-
HSV(B)143.7º47.37%67.06%-
XYZ22.2932.723.55-
YUV141.2117.1691.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=23.50%
G=44.65%
B=31.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901711220.4700.290.33143.732.5351.18
Hex5AAB7A2F01D21902133
Octal13225317257035412204163
Binary101101010101011111101010111101110110000110010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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