#5BB4A8

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

Shades of Puerto Rico #5BB4A8

Tints of Puerto Rico #5BB4A8

Color information

#5BB4A8 (or 0x5BB4A8) is unknown color: approx Puerto Rico. HEX triplet: 5B, B4 and A8. RGB value is (91,180,168). Sum of RGB (Red+Green+Blue) = 91+180+168=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB4A8 is #A44B57. Grayscale: #979797. Windows color (decimal): -10767192 or 11056219. OLE color: 11056219.

HSL color Cylindrical-coordinate representation of color #5BB4A8: hue angle of 171.91º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB4A8 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB91180168-
CMYK0.4900.070.29
HSL171.91º37.24%53.14%-
HSV(B)171.91º49.44%70.59%-
XYZ27.737.6942.86-
YUV152.02137.0184.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.73%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=20.73%
G=41.00%
B=38.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801680.4900.070.29171.9137.2453.14
Hex5BB4A831071Dac2535
Octal1332642506107352544565
Binary1011011101101001010100011000101111110110101100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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