Html Css Color HEX #59BCB1 Puerto Rico

📋 copy color: '#59BCB1'

red 89 ◦ green 188 ◦ blue 177

#59BCB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #59BCB1

Tints of Puerto Rico #59BCB1

RGB

 RED value IS 89 (35.16% from 255) = 19.6%

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 19.6%
G = 41.41%
B = 38.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#59BCB1 (or 0x59BCB1) is known color: Puerto Rico. HEX triplet: 59, BC and B1. RGB value is (89,188,177). Sum of RGB (Red+Green+Blue) = 89+188+177=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCB1 is #A6434E. Grayscale: #9D9D9D. Windows color (decimal): -10896207 or 11648089. OLE color: 11648089.

HSL color Cylindrical-coordinate representation of color #59BCB1: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BCB1 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 188 177 -
CMYK 0.53 0 0.06 0.26
HSL 173.33º 0.42% 0.54% -
HSV(B) 173.33º 0.53% 0.74% -
XYZ 30.04 41.26 47.98 -
YUV 157.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 89 188 177 0.53 0 0.06 0.26 173.33 0.42 0.54
Hex 59 BC B1 35 0 6 1A AD 2A 36
Octal 131 274 261 65 0 6 32 255 52 66
Binary 1011001 10111100 10110001 110101 0 110 11010 10101101 101010 110110

Color Harmonies of #59BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCB1

Black with #59BCB1

Text Example


Text Example

White with #59BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59BCB1;
 }
 .AnyTagClassName
 {
   color: #59BCB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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