#5BAEA0

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

Shades of Puerto Rico #5BAEA0

Tints of Puerto Rico #5BAEA0

Color information

#5BAEA0 (or 0x5BAEA0) is unknown color: approx Puerto Rico. HEX triplet: 5B, AE and A0. RGB value is (91,174,160). Sum of RGB (Red+Green+Blue) = 91+174+160=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEA0 is #A4515F. Grayscale: #939393. Windows color (decimal): -10768736 or 10530395. OLE color: 10530395.

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

Color convert

RGB91174160-
CMYK0.4800.080.32
HSL169.88º33.88%51.96%-
HSV(B)169.88º47.7%68.24%-
XYZ25.835.0338.66-
YUV147.5913587.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.41%
GREEN value IS 174 (68.36% from 255) = 40.94%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=21.41%
G=40.94%
B=37.65%

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
Decimal911741600.4800.080.32169.8833.8851.96
Hex5BAEA0300820aa2234
Octal13325624060010402524264
Binary101101110101110101000001100000100010000010101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,174,160); }

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

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

 a { background-color: rgb(91,174,160); }

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

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

 span { border-color: rgb(91,174,160); }

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