Html Css Color HEX #59BFA8 Puerto Rico

📋 copy color: '#59BFA8'

red 89 ◦ green 191 ◦ blue 168

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

Shades of Puerto Rico #59BFA8

Tints of Puerto Rico #59BFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.5%

R = 19.87%
G = 42.63%
B = 37.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#59BFA8 (or 0x59BFA8) is known color: Puerto Rico. HEX triplet: 59, BF and A8. RGB value is (89,191,168). Sum of RGB (Red+Green+Blue) = 89+191+168=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BFA8 is #A64057. Grayscale: #9D9D9D. Windows color (decimal): -10895448 or 11059033. OLE color: 11059033.

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

Color convert

RGB 89 191 168 -
CMYK 0.53 0 0.12 0.25
HSL 166.47º 0.44% 0.55% -
HSV(B) 166.47º 0.53% 0.75% -
XYZ 29.82 42.21 43.62 -
YUV 157.88 133.71 78.87 -
System Red Green Blue C M Y K H S L
Decimal 89 191 168 0.53 0 0.12 0.25 166.47 0.44 0.55
Hex 59 BF A8 35 0 C 19 A6 2C 37
Octal 131 277 250 65 0 14 31 246 54 67
Binary 1011001 10111111 10101000 110101 0 1100 11001 10100110 101100 110111

Color Harmonies of #59BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFA8

Black with #59BFA8

Text Example


Text Example

White with #59BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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