Html Css Color HEX #59BE9E Puerto Rico

📋 copy color: '#59BE9E'

red 89 ◦ green 190 ◦ blue 158

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

Shades of Puerto Rico #59BE9E

Tints of Puerto Rico #59BE9E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.48%

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

R = 20.37%
G = 43.48%
B = 36.16%

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

#59BE9E (or 0x59BE9E) is known color: Puerto Rico. HEX triplet: 59, BE and 9E. RGB value is (89,190,158). Sum of RGB (Red+Green+Blue) = 89+190+158=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #59BE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BE9E is #A64161. Grayscale: #9C9C9C. Windows color (decimal): -10895714 or 10403417. OLE color: 10403417.

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

Color convert

RGB 89 190 158 -
CMYK 0.53 0 0.17 0.25
HSL 160.99º 0.44% 0.55% -
HSV(B) 160.99º 0.53% 0.75% -
XYZ 28.7 41.42 38.83 -
YUV 156.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 89 190 158 0.53 0 0.17 0.25 160.99 0.44 0.55
Hex 59 BE 9E 35 0 11 19 A1 2C 37
Octal 131 276 236 65 0 21 31 241 54 67
Binary 1011001 10111110 10011110 110101 0 10001 11001 10100001 101100 110111

Color Harmonies of #59BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BE9E

Black with #59BE9E

Text Example


Text Example

White with #59BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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