#59BEB2

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

Shades of Puerto Rico #59BEB2

Tints of Puerto Rico #59BEB2

Color information

#59BEB2 (or 0x59BEB2) is unknown color: approx Puerto Rico. HEX triplet: 59, BE and B2. RGB value is (89,190,178). Sum of RGB (Red+Green+Blue) = 89+190+178=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEB2 is #A6414D. Grayscale: #9E9E9E. Windows color (decimal): -10895694 or 11714137. OLE color: 11714137.

HSL color Cylindrical-coordinate representation of color #59BEB2: hue angle of 172.87º 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 #59BEB2 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB89190178-
CMYK0.5300.060.25
HSL172.87º43.72%54.71%-
HSV(B)172.87º53.16%74.51%-
XYZ30.5742.1748.65-
YUV158.43139.0478.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.47%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=19.47%
G=41.58%
B=38.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901780.5300.060.25172.8743.7254.71
Hex59BEB2350619ad2c37
Octal1312762626506312555467
Binary1011001101111101011001011010101101100110101101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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