Html Css Color HEX #50C89C Puerto Rico

📋 copy color: '#50C89C'

red 80 ◦ green 200 ◦ blue 156

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

Shades of Puerto Rico #50C89C

Tints of Puerto Rico #50C89C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

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

R = 18.35%
G = 45.87%
B = 35.78%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#50C89C (or 0x50C89C) is known color: Puerto Rico. HEX triplet: 50, C8 and 9C. RGB value is (80,200,156). Sum of RGB (Red+Green+Blue) = 80+200+156=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #50C89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C89C is #AF3763. Grayscale: #9F9F9F. Windows color (decimal): -11482980 or 10274896. OLE color: 10274896.

HSL color Cylindrical-coordinate representation of color #50C89C: hue angle of 158º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C89C is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 156 -
CMYK 0.6 0 0.22 0.22
HSL 158º 0.52% 0.55% -
HSV(B) 158º 0.6% 0.78% -
XYZ 29.96 45.41 38.64 -
YUV 159.1 126.24 71.58 -
System Red Green Blue C M Y K H S L
Decimal 80 200 156 0.6 0 0.22 0.22 158 0.52 0.55
Hex 50 C8 9C 3C 0 16 16 9E 34 37
Octal 120 310 234 74 0 26 26 236 64 67
Binary 1010000 11001000 10011100 111100 0 10110 10110 10011110 110100 110111

Color Harmonies of #50C89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C89C

Black with #50C89C

Text Example


Text Example

White with #50C89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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