Html Css Color HEX #50B1AC Puerto Rico

📋 copy color: '#50B1AC'

red 80 ◦ green 177 ◦ blue 172

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

Shades of Puerto Rico #50B1AC

Tints of Puerto Rico #50B1AC

RGB

 RED value IS 80 (31.64% from 255) = 18.65%

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 18.65%
G = 41.26%
B = 40.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#50B1AC (or 0x50B1AC) is known color: Puerto Rico. HEX triplet: 50, B1 and AC. RGB value is (80,177,172). Sum of RGB (Red+Green+Blue) = 80+177+172=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #50B1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B1AC is #AF4E53. Grayscale: #939393. Windows color (decimal): -11488852 or 11317584. OLE color: 11317584.

HSL color Cylindrical-coordinate representation of color #50B1AC: hue angle of 176.91º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B1AC is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 177 172 -
CMYK 0.55 0 0.03 0.31
HSL 176.91º 0.38% 0.5% -
HSV(B) 176.91º 0.55% 0.69% -
XYZ 26.48 36.13 44.61 -
YUV 147.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 80 177 172 0.55 0 0.03 0.31 176.91 0.38 0.5
Hex 50 B1 AC 37 0 3 1F B1 26 32
Octal 120 261 254 67 0 3 37 261 46 62
Binary 1010000 10110001 10101100 110111 0 11 11111 10110001 100110 110010

Color Harmonies of #50B1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B1AC

Black with #50B1AC

Text Example


Text Example

White with #50B1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50B1AC; }

 p { color: rgb(80,177,172); }

 H1.HeaderClassName
 {
   color: #50B1AC;
 }
 .AnyTagClassName
 {
   color: #50B1AC;
 }
</style>

background-color css

<style>
 a { background-color: #50B1AC; }

 a { background-color: rgb(80,177,172); }

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

border-color css

<style>
 span { border-color: #50B1AC; }

 span { border-color: rgb(80,177,172); }

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