#5AAEA6

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

Shades of Puerto Rico #5AAEA6

Tints of Puerto Rico #5AAEA6

Color information

#5AAEA6 (or 0x5AAEA6) is unknown color: approx Puerto Rico. HEX triplet: 5A, AE and A6. RGB value is (90,174,166). Sum of RGB (Red+Green+Blue) = 90+174+166=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAEA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAEA6 is #A55159. Grayscale: #939393. Windows color (decimal): -10834266 or 10923610. OLE color: 10923610.

HSL color Cylindrical-coordinate representation of color #5AAEA6: hue angle of 174.29º 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 #5AAEA6 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB90174166-
CMYK0.4800.050.32
HSL174.29º34.15%51.76%-
HSV(B)174.29º48.28%68.24%-
XYZ26.2435.241.49-
YUV147.97138.1786.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.93%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 166 (65.23% from 255) = 38.60%
R=20.93%
G=40.47%
B=38.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901741660.4800.050.32174.2934.1551.76
Hex5AAEA6300520ae2234
Octal1322562466005402564264
Binary10110101010111010100110110000010110000010101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,174,166); }

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

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

 a { background-color: rgb(90,174,166); }

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

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

 span { border-color: rgb(90,174,166); }

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