#5BB9AA

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

Shades of Puerto Rico #5BB9AA

Tints of Puerto Rico #5BB9AA

Color information

#5BB9AA (or 0x5BB9AA) is unknown color: approx Puerto Rico. HEX triplet: 5B, B9 and AA. RGB value is (91,185,170). Sum of RGB (Red+Green+Blue) = 91+185+170=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB9AA is #A44655. Grayscale: #9B9B9B. Windows color (decimal): -10765910 or 11188571. OLE color: 11188571.

HSL color Cylindrical-coordinate representation of color #5BB9AA: hue angle of 170.43º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB9AA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB91185170-
CMYK0.5100.080.27
HSL170.43º40.17%54.12%-
HSV(B)170.43º50.81%72.55%-
XYZ28.9239.8244.19-
YUV155.18136.3682.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.40%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=20.40%
G=41.48%
B=38.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911851700.5100.080.27170.4340.1754.12
Hex5BB9AA33081Baa2836
Octal13327125263010332525066
Binary10110111011100110101010110011010001101110101010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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