#59beab

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

Shades of Puerto Rico #59BEAB

Tints of Puerto Rico #59BEAB

Color information

#59BEAB (or 0x59BEAB) is unknown color: approx Puerto Rico. HEX triplet: 59, BE and AB. RGB value is (89,190,171). Sum of RGB (Red+Green+Blue) = 89+190+171=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEAB is #A64154. Grayscale: #9D9D9D. Windows color (decimal): -10895701 or 11255385. OLE color: 11255385.

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

Color convert

RGB89190171-
CMYK0.5300.100.25
HSL168.71º43.72%54.71%-
HSV(B)168.71º53.16%74.51%-
XYZ29.8841.8945.04-
YUV157.64135.5479.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 171 (67.19% from 255) = 38%
R=19.78%
G=42.22%
B=38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901710.5300.100.25168.7143.7254.71
Hex59BEAB350A19a92c37
Octal13127625365012312515467
Binary10110011011111010101011110101010101100110101001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59beab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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