Html Css Color HEX #50BC9C Puerto Rico

📋 copy color: '#50BC9C'

red 80 ◦ green 188 ◦ blue 156

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

Shades of Puerto Rico #50BC9C

Tints of Puerto Rico #50BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 18.87%
G = 44.34%
B = 36.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#50BC9C (or 0x50BC9C) is known color: Puerto Rico. HEX triplet: 50, BC and 9C. RGB value is (80,188,156). Sum of RGB (Red+Green+Blue) = 80+188+156=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC9C is #AF4363. Grayscale: #989898. Windows color (decimal): -11486052 or 10271824. OLE color: 10271824.

HSL color Cylindrical-coordinate representation of color #50BC9C: hue angle of 162.22º 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 #50BC9C is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 156 -
CMYK 0.57 0 0.17 0.26
HSL 162.22º 0.45% 0.53% -
HSV(B) 162.22º 0.57% 0.74% -
XYZ 27.29 40.07 37.75 -
YUV 152.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 80 188 156 0.57 0 0.17 0.26 162.22 0.45 0.53
Hex 50 BC 9C 39 0 11 1A A2 2D 35
Octal 120 274 234 71 0 21 32 242 55 65
Binary 1010000 10111100 10011100 111001 0 10001 11010 10100010 101101 110101

Color Harmonies of #50BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC9C

Black with #50BC9C

Text Example


Text Example

White with #50BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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