Html Css Color HEX #50BCA6 Puerto Rico

📋 copy color: '#50BCA6'

red 80 ◦ green 188 ◦ blue 166

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

Shades of Puerto Rico #50BCA6

Tints of Puerto Rico #50BCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 18.43%
G = 43.32%
B = 38.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#50BCA6 (or 0x50BCA6) is known color: Puerto Rico. HEX triplet: 50, BC and A6. RGB value is (80,188,166). Sum of RGB (Red+Green+Blue) = 80+188+166=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCA6 is #AF4359. Grayscale: #999999. Windows color (decimal): -11486042 or 10927184. OLE color: 10927184.

HSL color Cylindrical-coordinate representation of color #50BCA6: hue angle of 167.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BCA6 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 166 -
CMYK 0.57 0 0.12 0.26
HSL 167.78º 0.45% 0.53% -
HSV(B) 167.78º 0.57% 0.74% -
XYZ 28.17 40.43 42.39 -
YUV 153.2 135.22 75.79 -
System Red Green Blue C M Y K H S L
Decimal 80 188 166 0.57 0 0.12 0.26 167.78 0.45 0.53
Hex 50 BC A6 39 0 C 1A A8 2D 35
Octal 120 274 246 71 0 14 32 250 55 65
Binary 1010000 10111100 10100110 111001 0 1100 11010 10101000 101101 110101

Color Harmonies of #50BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCA6

Black with #50BCA6

Text Example


Text Example

White with #50BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,166); }

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

background-color css

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

 a { background-color: rgb(80,188,166); }

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

border-color css

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

 span { border-color: rgb(80,188,166); }

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