Html Css Color HEX #59BCA4 Puerto Rico

📋 copy color: '#59BCA4'

red 89 ◦ green 188 ◦ blue 164

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

Shades of Puerto Rico #59BCA4

Tints of Puerto Rico #59BCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 20.18%
G = 42.63%
B = 37.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#59BCA4 (or 0x59BCA4) is known color: Puerto Rico. HEX triplet: 59, BC and A4. RGB value is (89,188,164). Sum of RGB (Red+Green+Blue) = 89+188+164=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCA4 is #A6435B. Grayscale: #9B9B9B. Windows color (decimal): -10896220 or 10796121. OLE color: 10796121.

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

Color convert

RGB 89 188 164 -
CMYK 0.53 0 0.13 0.26
HSL 165.45º 0.42% 0.54% -
HSV(B) 165.45º 0.53% 0.74% -
XYZ 28.8 40.77 41.47 -
YUV 155.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 89 188 164 0.53 0 0.13 0.26 165.45 0.42 0.54
Hex 59 BC A4 35 0 D 1A A5 2A 36
Octal 131 274 244 65 0 15 32 245 52 66
Binary 1011001 10111100 10100100 110101 0 1101 11010 10100101 101010 110110

Color Harmonies of #59BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCA4

Black with #59BCA4

Text Example


Text Example

White with #59BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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