#5BAB9F

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

Shades of Puerto Rico #5BAB9F

Tints of Puerto Rico #5BAB9F

Color information

#5BAB9F (or 0x5BAB9F) is unknown color: approx Puerto Rico. HEX triplet: 5B, AB and 9F. RGB value is (91,171,159). Sum of RGB (Red+Green+Blue) = 91+171+159=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB9F is #A45460. Grayscale: #919191. Windows color (decimal): -10769505 or 10464091. OLE color: 10464091.

HSL color Cylindrical-coordinate representation of color #5BAB9F: hue angle of 171º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB9F is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB91171159-
CMYK0.4700.070.33
HSL171º32.26%51.37%-
HSV(B)171º46.78%67.06%-
XYZ25.1433.8538.01-
YUV145.71135.588.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.62%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=21.62%
G=40.62%
B=37.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911711590.4700.070.3317132.2651.37
Hex5BAB9F2F0721ab2033
Octal1332532375707412534063
Binary10110111010101110011111101111011110000110101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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