#5BBBB2

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

Shades of Puerto Rico #5BBBB2

Tints of Puerto Rico #5BBBB2

Color information

#5BBBB2 (or 0x5BBBB2) is unknown color: approx Puerto Rico. HEX triplet: 5B, BB and B2. RGB value is (91,187,178). Sum of RGB (Red+Green+Blue) = 91+187+178=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBBB2 is #A4444D. Grayscale: #9D9D9D. Windows color (decimal): -10765390 or 11713371. OLE color: 11713371.

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

Color convert

RGB91187178-
CMYK0.5100.050.27
HSL174.38º41.38%54.51%-
HSV(B)174.38º51.34%73.33%-
XYZ30.1240.9848.44-
YUV157.27139.780.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.96%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=19.96%
G=41.01%
B=39.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911871780.5100.050.27174.3841.3854.51
Hex5BBBB233051Bae2937
Octal1332732626305332565167
Binary1011011101110111011001011001101011101110101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,187,178); }

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

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

 a { background-color: rgb(91,187,178); }

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

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

 span { border-color: rgb(91,187,178); }

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