Html Css Color HEX #59BCAE Puerto Rico

📋 copy color: '#59BCAE'

red 89 ◦ green 188 ◦ blue 174

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

Shades of Puerto Rico #59BCAE

Tints of Puerto Rico #59BCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 19.73%
G = 41.69%
B = 38.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#59BCAE (or 0x59BCAE) is known color: Puerto Rico. HEX triplet: 59, BC and AE. RGB value is (89,188,174). Sum of RGB (Red+Green+Blue) = 89+188+174=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCAE is #A64351. Grayscale: #9C9C9C. Windows color (decimal): -10896210 or 11451481. OLE color: 11451481.

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

Color convert

RGB 89 188 174 -
CMYK 0.53 0 0.07 0.26
HSL 171.52º 0.42% 0.54% -
HSV(B) 171.52º 0.53% 0.74% -
XYZ 29.74 41.15 46.42 -
YUV 156.8 137.7 79.64 -
System Red Green Blue C M Y K H S L
Decimal 89 188 174 0.53 0 0.07 0.26 171.52 0.42 0.54
Hex 59 BC AE 35 0 7 1A AC 2A 36
Octal 131 274 256 65 0 7 32 254 52 66
Binary 1011001 10111100 10101110 110101 0 111 11010 10101100 101010 110110

Color Harmonies of #59BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCAE

Black with #59BCAE

Text Example


Text Example

White with #59BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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