Html Css Color HEX #59BCAD Puerto Rico

📋 copy color: '#59BCAD'

red 89 ◦ green 188 ◦ blue 173

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

Shades of Puerto Rico #59BCAD

Tints of Puerto Rico #59BCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 19.78%
G = 41.78%
B = 38.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#59BCAD (or 0x59BCAD) is known color: Puerto Rico. HEX triplet: 59, BC and AD. RGB value is (89,188,173). Sum of RGB (Red+Green+Blue) = 89+188+173=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCAD is #A64352. Grayscale: #9C9C9C. Windows color (decimal): -10896211 or 11385945. OLE color: 11385945.

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

Color convert

RGB 89 188 173 -
CMYK 0.53 0 0.08 0.26
HSL 170.91º 0.42% 0.54% -
HSV(B) 170.91º 0.53% 0.74% -
XYZ 29.65 41.11 45.91 -
YUV 156.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 89 188 173 0.53 0 0.08 0.26 170.91 0.42 0.54
Hex 59 BC AD 35 0 8 1A AB 2A 36
Octal 131 274 255 65 0 10 32 253 52 66
Binary 1011001 10111100 10101101 110101 0 1000 11010 10101011 101010 110110

Color Harmonies of #59BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCAD

Black with #59BCAD

Text Example


Text Example

White with #59BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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