Html Css Color HEX #50B99C Puerto Rico

📋 copy color: '#50B99C'

red 80 ◦ green 185 ◦ blue 156

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

Shades of Puerto Rico #50B99C

Tints of Puerto Rico #50B99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.94%

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

R = 19%
G = 43.94%
B = 37.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#50B99C (or 0x50B99C) is known color: Puerto Rico. HEX triplet: 50, B9 and 9C. RGB value is (80,185,156). Sum of RGB (Red+Green+Blue) = 80+185+156=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #50B99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B99C is #AF4663. Grayscale: #969696. Windows color (decimal): -11486820 or 10271056. OLE color: 10271056.

HSL color Cylindrical-coordinate representation of color #50B99C: hue angle of 163.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B99C is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 156 -
CMYK 0.57 0 0.16 0.27
HSL 163.43º 0.43% 0.52% -
HSV(B) 163.43º 0.57% 0.73% -
XYZ 26.66 38.8 37.54 -
YUV 150.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 80 185 156 0.57 0 0.16 0.27 163.43 0.43 0.52
Hex 50 B9 9C 39 0 10 1B A3 2B 34
Octal 120 271 234 71 0 20 33 243 53 64
Binary 1010000 10111001 10011100 111001 0 10000 11011 10100011 101011 110100

Color Harmonies of #50B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B99C

Black with #50B99C

Text Example


Text Example

White with #50B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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