#5AADA0

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

Shades of Puerto Rico #5AADA0

Tints of Puerto Rico #5AADA0

Color information

#5AADA0 (or 0x5AADA0) is unknown color: approx Puerto Rico. HEX triplet: 5A, AD and A0. RGB value is (90,173,160). Sum of RGB (Red+Green+Blue) = 90+173+160=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADA0 is #A5525F. Grayscale: #929292. Windows color (decimal): -10834528 or 10530138. OLE color: 10530138.

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

Color convert

RGB90173160-
CMYK0.4800.080.32
HSL170.6º33.6%51.57%-
HSV(B)170.6º47.98%67.84%-
XYZ25.5134.638.59-
YUV146.7135.587.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=21.28%
G=40.90%
B=37.83%

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
Decimal901731600.4800.080.32170.633.651.57
Hex5AADA0300820ab2234
Octal13225524060010402534264
Binary101101010101101101000001100000100010000010101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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