#5AAD9F

Color #5AAD9F Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5AAD9F

Tints of Puerto Rico #5AAD9F

Color information

#5AAD9F (or 0x5AAD9F) is unknown color: approx Puerto Rico. HEX triplet: 5A, AD and 9F. RGB value is (90,173,159). Sum of RGB (Red+Green+Blue) = 90+173+159=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAD9F is #A55260. Grayscale: #929292. Windows color (decimal): -10834529 or 10464602. OLE color: 10464602.

HSL color Cylindrical-coordinate representation of color #5AAD9F: hue angle of 169.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAD9F is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB90173159-
CMYK0.4800.080.32
HSL169.88º33.6%51.57%-
HSV(B)169.88º47.98%67.84%-
XYZ25.4234.5638.13-
YUV146.5913587.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.33%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=21.33%
G=41.00%
B=37.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731590.4800.080.32169.8833.651.57
Hex5AAD9F300820aa2234
Octal13225523760010402524264
Binary101101010101101100111111100000100010000010101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,173,159); }

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

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

 a { background-color: rgb(90,173,159); }

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

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

 span { border-color: rgb(90,173,159); }

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