#59BEB1

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

Shades of Puerto Rico #59BEB1

Tints of Puerto Rico #59BEB1

Color information

#59BEB1 (or 0x59BEB1) is unknown color: approx Puerto Rico. HEX triplet: 59, BE and B1. RGB value is (89,190,177). Sum of RGB (Red+Green+Blue) = 89+190+177=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEB1 is #A6414E. Grayscale: #9E9E9E. Windows color (decimal): -10895695 or 11648601. OLE color: 11648601.

HSL color Cylindrical-coordinate representation of color #59BEB1: hue angle of 172.28º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BEB1 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB89190177-
CMYK0.5300.070.25
HSL172.28º43.72%54.71%-
HSV(B)172.28º53.16%74.51%-
XYZ30.4742.1348.12-
YUV158.32138.5478.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.52%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=19.52%
G=41.67%
B=38.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901770.5300.070.25172.2843.7254.71
Hex59BEB1350719ac2c37
Octal1312762616507312545467
Binary1011001101111101011000111010101111100110101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BEB1; }

 p { color: rgb(89,190,177); }

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

<style>
 a { background-color: #59BEB1; }

 a { background-color: rgb(89,190,177); }

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

<style>
 span { border-color: #59BEB1; }

 span { border-color: rgb(89,190,177); }

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