Html Css Color HEX #59BCA2 Puerto Rico

📋 copy color: '#59BCA2'

red 89 ◦ green 188 ◦ blue 162

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

Shades of Puerto Rico #59BCA2

Tints of Puerto Rico #59BCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.9%

R = 20.27%
G = 42.82%
B = 36.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#59BCA2 (or 0x59BCA2) is known color: Puerto Rico. HEX triplet: 59, BC and A2. RGB value is (89,188,162). Sum of RGB (Red+Green+Blue) = 89+188+162=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCA2 is #A6435D. Grayscale: #9B9B9B. Windows color (decimal): -10896222 or 10665049. OLE color: 10665049.

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

Color convert

RGB 89 188 162 -
CMYK 0.53 0 0.14 0.26
HSL 164.24º 0.42% 0.54% -
HSV(B) 164.24º 0.53% 0.74% -
XYZ 28.62 40.7 40.53 -
YUV 155.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 89 188 162 0.53 0 0.14 0.26 164.24 0.42 0.54
Hex 59 BC A2 35 0 E 1A A4 2A 36
Octal 131 274 242 65 0 16 32 244 52 66
Binary 1011001 10111100 10100010 110101 0 1110 11010 10100100 101010 110110

Color Harmonies of #59BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCA2

Black with #59BCA2

Text Example


Text Example

White with #59BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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