#5BB4A7

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

Shades of Puerto Rico #5BB4A7

Tints of Puerto Rico #5BB4A7

Color information

#5BB4A7 (or 0x5BB4A7) is unknown color: approx Puerto Rico. HEX triplet: 5B, B4 and A7. RGB value is (91,180,167). Sum of RGB (Red+Green+Blue) = 91+180+167=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB4A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB4A7 is #A44B58. Grayscale: #979797. Windows color (decimal): -10767193 or 10990683. OLE color: 10990683.

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

Color convert

RGB91180167-
CMYK0.4900.070.29
HSL171.24º37.24%53.14%-
HSV(B)171.24º49.44%70.59%-
XYZ27.6137.6642.37-
YUV151.91136.5184.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.78%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=20.78%
G=41.10%
B=38.13%

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
Decimal911801670.4900.070.29171.2437.2453.14
Hex5BB4A731071Dab2535
Octal1332642476107352534565
Binary1011011101101001010011111000101111110110101011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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