Html Css Color HEX #59BFAF Puerto Rico

📋 copy color: '#59BFAF'

red 89 ◦ green 191 ◦ blue 175

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

Shades of Puerto Rico #59BFAF

Tints of Puerto Rico #59BFAF

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

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

R = 19.56%
G = 41.98%
B = 38.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#59BFAF (or 0x59BFAF) is known color: Puerto Rico. HEX triplet: 59, BF and AF. RGB value is (89,191,175). Sum of RGB (Red+Green+Blue) = 89+191+175=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BFAF is #A64050. Grayscale: #9E9E9E. Windows color (decimal): -10895441 or 11517785. OLE color: 11517785.

HSL color Cylindrical-coordinate representation of color #59BFAF: hue angle of 170.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BFAF is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 191 175 -
CMYK 0.53 0 0.08 0.25
HSL 170.59º 0.44% 0.55% -
HSV(B) 170.59º 0.53% 0.75% -
XYZ 30.49 42.48 47.15 -
YUV 158.68 137.21 78.3 -
System Red Green Blue C M Y K H S L
Decimal 89 191 175 0.53 0 0.08 0.25 170.59 0.44 0.55
Hex 59 BF AF 35 0 8 19 AB 2C 37
Octal 131 277 257 65 0 10 31 253 54 67
Binary 1011001 10111111 10101111 110101 0 1000 11001 10101011 101100 110111

Color Harmonies of #59BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFAF

Black with #59BFAF

Text Example


Text Example

White with #59BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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