Html Css Color HEX #59BFAB Puerto Rico

📋 copy color: '#59BFAB'

red 89 ◦ green 191 ◦ blue 171

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

Shades of Puerto Rico #59BFAB

Tints of Puerto Rico #59BFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 19.73%
G = 42.35%
B = 37.92%

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

#59BFAB (or 0x59BFAB) is known color: Puerto Rico. HEX triplet: 59, BF and AB. RGB value is (89,191,171). Sum of RGB (Red+Green+Blue) = 89+191+171=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BFAB is #A64054. Grayscale: #9E9E9E. Windows color (decimal): -10895445 or 11255641. OLE color: 11255641.

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

Color convert

RGB 89 191 171 -
CMYK 0.53 0 0.10 0.25
HSL 168.24º 0.44% 0.55% -
HSV(B) 168.24º 0.53% 0.75% -
XYZ 30.1 42.33 45.11 -
YUV 158.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 89 191 171 0.53 0 0.10 0.25 168.24 0.44 0.55
Hex 59 BF AB 35 0 A 19 A8 2C 37
Octal 131 277 253 65 0 12 31 250 54 67
Binary 1011001 10111111 10101011 110101 0 1010 11001 10101000 101100 110111

Color Harmonies of #59BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFAB

Black with #59BFAB

Text Example


Text Example

White with #59BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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