#5AC5AB

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

Shades of Puerto Rico #5AC5AB

Tints of Puerto Rico #5AC5AB

Color information

#5AC5AB (or 0x5AC5AB) is unknown color: approx Puerto Rico. HEX triplet: 5A, C5 and AB. RGB value is (90,197,171). Sum of RGB (Red+Green+Blue) = 90+197+171=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC5AB is #A53A54. Grayscale: #A2A2A2. Windows color (decimal): -10828373 or 11257178. OLE color: 11257178.

HSL color Cylindrical-coordinate representation of color #5AC5AB: hue angle of 165.42º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC5AB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB90197171-
CMYK0.5400.130.23
HSL165.42º47.98%56.27%-
HSV(B)165.42º54.31%77.25%-
XYZ31.5345.0545.56-
YUV162.04133.0576.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.65%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=19.65%
G=43.01%
B=37.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal901971710.5400.130.23165.4247.9856.27
Hex5AC5AB360D17a53038
Octal13230525366015272456070
Binary10110101100010110101011110110011011011110100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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