#5BB4A9

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

Shades of Puerto Rico #5BB4A9

Tints of Puerto Rico #5BB4A9

Color information

#5BB4A9 (or 0x5BB4A9) is unknown color: approx Puerto Rico. HEX triplet: 5B, B4 and A9. RGB value is (91,180,169). Sum of RGB (Red+Green+Blue) = 91+180+169=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB4A9 is #A44B56. Grayscale: #989898. Windows color (decimal): -10767191 or 11121755. OLE color: 11121755.

HSL color Cylindrical-coordinate representation of color #5BB4A9: hue angle of 172.58º 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 #5BB4A9 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB91180169-
CMYK0.4900.060.29
HSL172.58º37.24%53.14%-
HSV(B)172.58º49.44%70.59%-
XYZ27.837.7343.35-
YUV152.14137.5184.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.68%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=20.68%
G=40.91%
B=38.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801690.4900.060.29172.5837.2453.14
Hex5BB4A931061Dad2535
Octal1332642516106352554565
Binary1011011101101001010100111000101101110110101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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