Html Css Color HEX #59BCAF Puerto Rico

📋 copy color: '#59BCAF'

red 89 ◦ green 188 ◦ blue 175

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

Shades of Puerto Rico #59BCAF

Tints of Puerto Rico #59BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 19.69%
G = 41.59%
B = 38.72%

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

#59BCAF (or 0x59BCAF) is known color: Puerto Rico. HEX triplet: 59, BC and AF. RGB value is (89,188,175). Sum of RGB (Red+Green+Blue) = 89+188+175=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCAF is #A64350. Grayscale: #9C9C9C. Windows color (decimal): -10896209 or 11517017. OLE color: 11517017.

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

Color convert

RGB 89 188 175 -
CMYK 0.53 0 0.07 0.26
HSL 172.12º 0.42% 0.54% -
HSV(B) 172.12º 0.53% 0.74% -
XYZ 29.84 41.19 46.93 -
YUV 156.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 89 188 175 0.53 0 0.07 0.26 172.12 0.42 0.54
Hex 59 BC AF 35 0 7 1A AC 2A 36
Octal 131 274 257 65 0 7 32 254 52 66
Binary 1011001 10111100 10101111 110101 0 111 11010 10101100 101010 110110

Color Harmonies of #59BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCAF

Black with #59BCAF

Text Example


Text Example

White with #59BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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