Html Css Color HEX #50C999 Puerto Rico

📋 copy color: '#50C999'

red 80 ◦ green 201 ◦ blue 153

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

Shades of Puerto Rico #50C999

Tints of Puerto Rico #50C999

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.31%

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 18.43%
G = 46.31%
B = 35.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#50C999 (or 0x50C999) is known color: Puerto Rico. HEX triplet: 50, C9 and 99. RGB value is (80,201,153). Sum of RGB (Red+Green+Blue) = 80+201+153=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #50C999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C999 is #AF3666. Grayscale: #9F9F9F. Windows color (decimal): -11482727 or 10078544. OLE color: 10078544.

HSL color Cylindrical-coordinate representation of color #50C999: hue angle of 156.2º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C999 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 153 -
CMYK 0.60 0 0.24 0.21
HSL 156.2º 0.53% 0.55% -
HSV(B) 156.2º 0.6% 0.79% -
XYZ 29.94 45.78 37.39 -
YUV 159.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 80 201 153 0.60 0 0.24 0.21 156.2 0.53 0.55
Hex 50 C9 99 3C 0 18 15 9C 35 37
Octal 120 311 231 74 0 30 25 234 65 67
Binary 1010000 11001001 10011001 111100 0 11000 10101 10011100 110101 110111

Color Harmonies of #50C999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C999

Black with #50C999

Text Example


Text Example

White with #50C999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,153); }

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

background-color css

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

 a { background-color: rgb(80,201,153); }

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

border-color css

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

 span { border-color: rgb(80,201,153); }

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