#5BB1AA

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

Shades of Puerto Rico #5BB1AA

Tints of Puerto Rico #5BB1AA

Color information

#5BB1AA (or 0x5BB1AA) is unknown color: approx Puerto Rico. HEX triplet: 5B, B1 and AA. RGB value is (91,177,170). Sum of RGB (Red+Green+Blue) = 91+177+170=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB1AA is #A44E55. Grayscale: #969696. Windows color (decimal): -10767958 or 11186523. OLE color: 11186523.

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

Color convert

RGB91177170-
CMYK0.4900.040.31
HSL175.12º35.54%52.55%-
HSV(B)175.12º48.59%69.41%-
XYZ27.2936.5743.65-
YUV150.49139.0185.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.78%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=20.78%
G=40.41%
B=38.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911771700.4900.040.31175.1235.5452.55
Hex5BB1AA31041Faf2435
Octal1332612526104372574465
Binary1011011101100011010101011000101001111110101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,177,170); }

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

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

 a { background-color: rgb(91,177,170); }

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

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

 span { border-color: rgb(91,177,170); }

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