Html Css Color HEX #59BAA8 Puerto Rico

📋 copy color: '#59BAA8'

red 89 ◦ green 186 ◦ blue 168

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

Shades of Puerto Rico #59BAA8

Tints of Puerto Rico #59BAA8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 168 (66.02% from 255) = 37.92%

R = 20.09%
G = 41.99%
B = 37.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#59BAA8 (or 0x59BAA8) is known color: Puerto Rico. HEX triplet: 59, BA and A8. RGB value is (89,186,168). Sum of RGB (Red+Green+Blue) = 89+186+168=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAA8 is #A64557. Grayscale: #9A9A9A. Windows color (decimal): -10896728 or 11057753. OLE color: 11057753.

HSL color Cylindrical-coordinate representation of color #59BAA8: hue angle of 168.87º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BAA8 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 186 168 -
CMYK 0.52 0 0.10 0.27
HSL 168.87º 0.41% 0.54% -
HSV(B) 168.87º 0.52% 0.73% -
XYZ 28.75 40.07 43.26 -
YUV 154.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 89 186 168 0.52 0 0.10 0.27 168.87 0.41 0.54
Hex 59 BA A8 34 0 A 1B A9 29 36
Octal 131 272 250 64 0 12 33 251 51 66
Binary 1011001 10111010 10101000 110100 0 1010 11011 10101001 101001 110110

Color Harmonies of #59BAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAA8

Black with #59BAA8

Text Example


Text Example

White with #59BAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,186,168); }

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

background-color css

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

 a { background-color: rgb(89,186,168); }

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

border-color css

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

 span { border-color: rgb(89,186,168); }

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