#5AB2AB

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

Shades of Puerto Rico #5AB2AB

Tints of Puerto Rico #5AB2AB

Color information

#5AB2AB (or 0x5AB2AB) is unknown color: approx Puerto Rico. HEX triplet: 5A, B2 and AB. RGB value is (90,178,171). Sum of RGB (Red+Green+Blue) = 90+178+171=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AB2AB is #A54D54. Grayscale: #969696. Windows color (decimal): -10833237 or 11252314. OLE color: 11252314.

HSL color Cylindrical-coordinate representation of color #5AB2AB: hue angle of 175.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB2AB is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB90178171-
CMYK0.4900.040.30
HSL175.23º36.36%52.55%-
HSV(B)175.23º49.44%69.8%-
XYZ27.4936.9544.21-
YUV150.89139.3584.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.50%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=20.50%
G=40.55%
B=38.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901781710.4900.040.30175.2336.3652.55
Hex5AB2AB31041Eaf2435
Octal1322622536104362574465
Binary1011010101100101010101111000101001111010101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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