Html Css Color HEX #59C1AC Puerto Rico

📋 copy color: '#59C1AC'

red 89 ◦ green 193 ◦ blue 172

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

Shades of Puerto Rico #59C1AC

Tints of Puerto Rico #59C1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 19.6%
G = 42.51%
B = 37.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#59C1AC (or 0x59C1AC) is known color: Puerto Rico. HEX triplet: 59, C1 and AC. RGB value is (89,193,172). Sum of RGB (Red+Green+Blue) = 89+193+172=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #59C1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C1AC is #A63E53. Grayscale: #9F9F9F. Windows color (decimal): -10894932 or 11321689. OLE color: 11321689.

HSL color Cylindrical-coordinate representation of color #59C1AC: hue angle of 167.88º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C1AC is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 193 172 -
CMYK 0.54 0 0.11 0.24
HSL 167.88º 0.46% 0.55% -
HSV(B) 167.88º 0.54% 0.76% -
XYZ 30.64 43.24 45.76 -
YUV 159.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 89 193 172 0.54 0 0.11 0.24 167.88 0.46 0.55
Hex 59 C1 AC 36 0 B 18 A8 2E 37
Octal 131 301 254 66 0 13 30 250 56 67
Binary 1011001 11000001 10101100 110110 0 1011 11000 10101000 101110 110111

Color Harmonies of #59C1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C1AC

Black with #59C1AC

Text Example


Text Example

White with #59C1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,193,172); }

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

background-color css

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

 a { background-color: rgb(89,193,172); }

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

border-color css

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

 span { border-color: rgb(89,193,172); }

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