#59BEB0

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

Shades of Puerto Rico #59BEB0

Tints of Puerto Rico #59BEB0

Color information

#59BEB0 (or 0x59BEB0) is unknown color: approx Puerto Rico. HEX triplet: 59, BE and B0. RGB value is (89,190,176). Sum of RGB (Red+Green+Blue) = 89+190+176=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEB0 is #A6414F. Grayscale: #9E9E9E. Windows color (decimal): -10895696 or 11583065. OLE color: 11583065.

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

Color convert

RGB89190176-
CMYK0.5300.070.25
HSL171.68º43.72%54.71%-
HSV(B)171.68º53.16%74.51%-
XYZ30.3742.0947.6-
YUV158.2138.0478.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 176 (69.14% from 255) = 38.68%
R=19.56%
G=41.76%
B=38.68%

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
Decimal891901760.5300.070.25171.6843.7254.71
Hex59BEB0350719ac2c37
Octal1312762606507312545467
Binary1011001101111101011000011010101111100110101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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