Html Css Color HEX #59BBA5 Puerto Rico

📋 copy color: '#59BBA5'

red 89 ◦ green 187 ◦ blue 165

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

Shades of Puerto Rico #59BBA5

Tints of Puerto Rico #59BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.4%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 20.18%
G = 42.4%
B = 37.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#59BBA5 (or 0x59BBA5) is known color: Puerto Rico. HEX triplet: 59, BB and A5. RGB value is (89,187,165). Sum of RGB (Red+Green+Blue) = 89+187+165=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BBA5 is #A6445A. Grayscale: #9B9B9B. Windows color (decimal): -10896475 or 10861401. OLE color: 10861401.

HSL color Cylindrical-coordinate representation of color #59BBA5: hue angle of 166.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BBA5 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 187 165 -
CMYK 0.52 0 0.12 0.27
HSL 166.53º 0.42% 0.54% -
HSV(B) 166.53º 0.52% 0.73% -
XYZ 28.68 40.38 41.88 -
YUV 155.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 89 187 165 0.52 0 0.12 0.27 166.53 0.42 0.54
Hex 59 BB A5 34 0 C 1B A7 2A 36
Octal 131 273 245 64 0 14 33 247 52 66
Binary 1011001 10111011 10100101 110100 0 1100 11011 10100111 101010 110110

Color Harmonies of #59BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBA5

Black with #59BBA5

Text Example


Text Example

White with #59BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,187,165); }

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

background-color css

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

 a { background-color: rgb(89,187,165); }

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

border-color css

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

 span { border-color: rgb(89,187,165); }

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