Html Css Color HEX #59BFAC Puerto Rico

📋 copy color: '#59BFAC'

red 89 ◦ green 191 ◦ blue 172

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

Shades of Puerto Rico #59BFAC

Tints of Puerto Rico #59BFAC

RGB

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

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

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

R = 19.69%
G = 42.26%
B = 38.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#59BFAC (or 0x59BFAC) is known color: Puerto Rico. HEX triplet: 59, BF and AC. RGB value is (89,191,172). Sum of RGB (Red+Green+Blue) = 89+191+172=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BFAC is #A64053. Grayscale: #9E9E9E. Windows color (decimal): -10895444 or 11321177. OLE color: 11321177.

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

Color convert

RGB 89 191 172 -
CMYK 0.53 0 0.10 0.25
HSL 168.82º 0.44% 0.55% -
HSV(B) 168.82º 0.53% 0.75% -
XYZ 30.2 42.36 45.62 -
YUV 158.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 89 191 172 0.53 0 0.10 0.25 168.82 0.44 0.55
Hex 59 BF AC 35 0 A 19 A9 2C 37
Octal 131 277 254 65 0 12 31 251 54 67
Binary 1011001 10111111 10101100 110101 0 1010 11001 10101001 101100 110111

Color Harmonies of #59BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFAC

Black with #59BFAC

Text Example


Text Example

White with #59BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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