Html Css Color HEX #59BFB4 Puerto Rico

📋 copy color: '#59BFB4'

red 89 ◦ green 191 ◦ blue 180

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

Shades of Puerto Rico #59BFB4

Tints of Puerto Rico #59BFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

 BLUE value IS 180 (70.7% from 255) = 39.13%

R = 19.35%
G = 41.52%
B = 39.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#59BFB4 (or 0x59BFB4) is known color: Puerto Rico. HEX triplet: 59, BF and B4. RGB value is (89,191,180). Sum of RGB (Red+Green+Blue) = 89+191+180=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFB4 is #A6404B. Grayscale: #9F9F9F. Windows color (decimal): -10895436 or 11845465. OLE color: 11845465.

HSL color Cylindrical-coordinate representation of color #59BFB4: hue angle of 173.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BFB4 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 191 180 -
CMYK 0.53 0 0.06 0.25
HSL 173.53º 0.44% 0.55% -
HSV(B) 173.53º 0.53% 0.75% -
XYZ 30.99 42.68 49.78 -
YUV 159.25 139.71 77.89 -
System Red Green Blue C M Y K H S L
Decimal 89 191 180 0.53 0 0.06 0.25 173.53 0.44 0.55
Hex 59 BF B4 35 0 6 19 AE 2C 37
Octal 131 277 264 65 0 6 31 256 54 67
Binary 1011001 10111111 10110100 110101 0 110 11001 10101110 101100 110111

Color Harmonies of #59BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFB4

Black with #59BFB4

Text Example


Text Example

White with #59BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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