Html Css Color HEX #59BC9E Puerto Rico

📋 copy color: '#59BC9E'

red 89 ◦ green 188 ◦ blue 158

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

Shades of Puerto Rico #59BC9E

Tints of Puerto Rico #59BC9E

RGB

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

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

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

R = 20.46%
G = 43.22%
B = 36.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#59BC9E (or 0x59BC9E) is known color: Puerto Rico. HEX triplet: 59, BC and 9E. RGB value is (89,188,158). Sum of RGB (Red+Green+Blue) = 89+188+158=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #59BC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BC9E is #A64361. Grayscale: #9A9A9A. Windows color (decimal): -10896226 or 10402905. OLE color: 10402905.

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

Color convert

RGB 89 188 158 -
CMYK 0.53 0 0.16 0.26
HSL 161.82º 0.42% 0.54% -
HSV(B) 161.82º 0.53% 0.74% -
XYZ 28.27 40.56 38.69 -
YUV 154.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 89 188 158 0.53 0 0.16 0.26 161.82 0.42 0.54
Hex 59 BC 9E 35 0 10 1A A2 2A 36
Octal 131 274 236 65 0 20 32 242 52 66
Binary 1011001 10111100 10011110 110101 0 10000 11010 10100010 101010 110110

Color Harmonies of #59BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BC9E

Black with #59BC9E

Text Example


Text Example

White with #59BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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