Html Css Color HEX #59BF9E Puerto Rico

📋 copy color: '#59BF9E'

red 89 ◦ green 191 ◦ blue 158

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

Shades of Puerto Rico #59BF9E

Tints of Puerto Rico #59BF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 20.32%
G = 43.61%
B = 36.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#59BF9E (or 0x59BF9E) is known color: Puerto Rico. HEX triplet: 59, BF and 9E. RGB value is (89,191,158). Sum of RGB (Red+Green+Blue) = 89+191+158=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #59BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BF9E is #A64061. Grayscale: #9C9C9C. Windows color (decimal): -10895458 or 10403673. OLE color: 10403673.

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

Color convert

RGB 89 191 158 -
CMYK 0.53 0 0.17 0.25
HSL 160.59º 0.44% 0.55% -
HSV(B) 160.59º 0.53% 0.75% -
XYZ 28.92 41.85 38.9 -
YUV 156.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 89 191 158 0.53 0 0.17 0.25 160.59 0.44 0.55
Hex 59 BF 9E 35 0 11 19 A1 2C 37
Octal 131 277 236 65 0 21 31 241 54 67
Binary 1011001 10111111 10011110 110101 0 10001 11001 10100001 101100 110111

Color Harmonies of #59BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BF9E

Black with #59BF9E

Text Example


Text Example

White with #59BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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