#5BBAA9

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

Shades of Puerto Rico #5BBAA9

Tints of Puerto Rico #5BBAA9

Color information

#5BBAA9 (or 0x5BBAA9) is unknown color: approx Puerto Rico. HEX triplet: 5B, BA and A9. RGB value is (91,186,169). Sum of RGB (Red+Green+Blue) = 91+186+169=446 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.40% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBAA9 is #A44556. Grayscale: #9B9B9B. Windows color (decimal): -10765655 or 11123291. OLE color: 11123291.

HSL color Cylindrical-coordinate representation of color #5BBAA9: hue angle of 169.26º degrees, saturation: 0.41, 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 #5BBAA9 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB91186169-
CMYK0.5100.090.27
HSL169.26º40.77%54.31%-
HSV(B)169.26º51.08%72.94%-
XYZ29.0340.2143.77-
YUV155.66135.5381.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.40%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=20.40%
G=41.70%
B=37.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911861690.5100.090.27169.2640.7754.31
Hex5BBAA933091Ba92936
Octal13327225163011332515166
Binary10110111011101010101001110011010011101110101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,186,169); }

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

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

 a { background-color: rgb(91,186,169); }

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

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

 span { border-color: rgb(91,186,169); }

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