#5BB9A8

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

Shades of Puerto Rico #5BB9A8

Tints of Puerto Rico #5BB9A8

Color information

#5BB9A8 (or 0x5BB9A8) is unknown color: approx Puerto Rico. HEX triplet: 5B, B9 and A8. RGB value is (91,185,168). Sum of RGB (Red+Green+Blue) = 91+185+168=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #5BB9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB9A8 is #A44657. Grayscale: #9A9A9A. Windows color (decimal): -10765912 or 11057499. OLE color: 11057499.

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

Color convert

RGB91185168-
CMYK0.5100.090.27
HSL169.15º40.17%54.12%-
HSV(B)169.15º50.81%72.55%-
XYZ28.7339.7543.2-
YUV154.96135.3682.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.50%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 168 (66.02% from 255) = 37.84%
R=20.50%
G=41.67%
B=37.84%

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
Decimal911851680.5100.090.27169.1540.1754.12
Hex5BB9A833091Ba92836
Octal13327125063011332515066
Binary10110111011100110101000110011010011101110101001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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