#5AAB7D

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

Shades of Ocean Green #5AAB7D

Tints of Ocean Green #5AAB7D

Color information

#5AAB7D (or 0x5AAB7D) is unknown color: approx Ocean Green. HEX triplet: 5A, AB and 7D. RGB value is (90,171,125). Sum of RGB (Red+Green+Blue) = 90+171+125=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB7D is #A55482. Grayscale: #8D8D8D. Windows color (decimal): -10835075 or 8235866. OLE color: 8235866.

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

Color convert

RGB90171125-
CMYK0.4700.270.33
HSL145.93º32.53%51.18%-
HSV(B)145.93º47.37%67.06%-
XYZ22.4832.7824.54-
YUV141.54118.6691.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.32%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=23.32%
G=44.30%
B=32.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901711250.4700.270.33145.9332.5351.18
Hex5AAB7D2F01B21922133
Octal13225317557033412224163
Binary101101010101011111110110111101101110000110010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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