Html Css Color HEX #59BC9F Puerto Rico

📋 copy color: '#59BC9F'

red 89 ◦ green 188 ◦ blue 159

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

Shades of Puerto Rico #59BC9F

Tints of Puerto Rico #59BC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 20.41%
G = 43.12%
B = 36.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#59BC9F (or 0x59BC9F) is known color: Puerto Rico. HEX triplet: 59, BC and 9F. RGB value is (89,188,159). Sum of RGB (Red+Green+Blue) = 89+188+159=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BC9F is #A64360. Grayscale: #9B9B9B. Windows color (decimal): -10896225 or 10468441. OLE color: 10468441.

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

Color convert

RGB 89 188 159 -
CMYK 0.53 0 0.15 0.26
HSL 162.42º 0.42% 0.54% -
HSV(B) 162.42º 0.53% 0.74% -
XYZ 28.36 40.59 39.14 -
YUV 155.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 89 188 159 0.53 0 0.15 0.26 162.42 0.42 0.54
Hex 59 BC 9F 35 0 F 1A A2 2A 36
Octal 131 274 237 65 0 17 32 242 52 66
Binary 1011001 10111100 10011111 110101 0 1111 11010 10100010 101010 110110

Color Harmonies of #59BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BC9F

Black with #59BC9F

Text Example


Text Example

White with #59BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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