Html Css Color HEX #59B4A8 Puerto Rico

📋 copy color: '#59B4A8'

red 89 ◦ green 180 ◦ blue 168

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

Shades of Puerto Rico #59B4A8

Tints of Puerto Rico #59B4A8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

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

R = 20.37%
G = 41.19%
B = 38.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#59B4A8 (or 0x59B4A8) is known color: Puerto Rico. HEX triplet: 59, B4 and A8. RGB value is (89,180,168). Sum of RGB (Red+Green+Blue) = 89+180+168=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #59B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B4A8 is #A64B57. Grayscale: #979797. Windows color (decimal): -10898264 or 11056217. OLE color: 11056217.

HSL color Cylindrical-coordinate representation of color #59B4A8: hue angle of 172.09º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B4A8 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 180 168 -
CMYK 0.51 0 0.07 0.29
HSL 172.09º 0.38% 0.53% -
HSV(B) 172.09º 0.51% 0.71% -
XYZ 27.51 37.59 42.85 -
YUV 151.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 89 180 168 0.51 0 0.07 0.29 172.09 0.38 0.53
Hex 59 B4 A8 33 0 7 1D AC 26 35
Octal 131 264 250 63 0 7 35 254 46 65
Binary 1011001 10110100 10101000 110011 0 111 11101 10101100 100110 110101

Color Harmonies of #59B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B4A8

Black with #59B4A8

Text Example


Text Example

White with #59B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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