#5BB2AB

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

Shades of Puerto Rico #5BB2AB

Tints of Puerto Rico #5BB2AB

Color information

#5BB2AB (or 0x5BB2AB) is unknown color: approx Puerto Rico. HEX triplet: 5B, B2 and AB. RGB value is (91,178,171). Sum of RGB (Red+Green+Blue) = 91+178+171=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB2AB is #A44D54. Grayscale: #979797. Windows color (decimal): -10767701 or 11252315. OLE color: 11252315.

HSL color Cylindrical-coordinate representation of color #5BB2AB: hue angle of 175.17º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB2AB is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB91178171-
CMYK0.4900.040.30
HSL175.17º36.1%52.75%-
HSV(B)175.17º48.88%69.8%-
XYZ27.5937.0144.22-
YUV151.19139.1885.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.68%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=20.68%
G=40.45%
B=38.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal911781710.4900.040.30175.1736.152.75
Hex5BB2AB31041Eaf2435
Octal1332622536104362574465
Binary1011011101100101010101111000101001111010101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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