Html Css Color HEX #59BDA1 Puerto Rico

📋 copy color: '#59BDA1'

red 89 ◦ green 189 ◦ blue 161

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

Shades of Puerto Rico #59BDA1

Tints of Puerto Rico #59BDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 20.27%
G = 43.05%
B = 36.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#59BDA1 (or 0x59BDA1) is known color: Puerto Rico. HEX triplet: 59, BD and A1. RGB value is (89,189,161). Sum of RGB (Red+Green+Blue) = 89+189+161=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDA1 is #A6425E. Grayscale: #9B9B9B. Windows color (decimal): -10895967 or 10599769. OLE color: 10599769.

HSL color Cylindrical-coordinate representation of color #59BDA1: hue angle of 163.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BDA1 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 189 161 -
CMYK 0.53 0 0.15 0.26
HSL 163.2º 0.43% 0.55% -
HSV(B) 163.2º 0.53% 0.74% -
XYZ 28.75 41.09 40.13 -
YUV 155.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 89 189 161 0.53 0 0.15 0.26 163.2 0.43 0.55
Hex 59 BD A1 35 0 F 1A A3 2B 37
Octal 131 275 241 65 0 17 32 243 53 67
Binary 1011001 10111101 10100001 110101 0 1111 11010 10100011 101011 110111

Color Harmonies of #59BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDA1

Black with #59BDA1

Text Example


Text Example

White with #59BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,189,161); }

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

background-color css

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

 a { background-color: rgb(89,189,161); }

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

border-color css

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

 span { border-color: rgb(89,189,161); }

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