Html Css Color HEX #50B29C Puerto Rico

📋 copy color: '#50B29C'

red 80 ◦ green 178 ◦ blue 156

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

Shades of Puerto Rico #50B29C

Tints of Puerto Rico #50B29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

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

R = 19.32%
G = 43%
B = 37.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#50B29C (or 0x50B29C) is known color: Puerto Rico. HEX triplet: 50, B2 and 9C. RGB value is (80,178,156). Sum of RGB (Red+Green+Blue) = 80+178+156=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #50B29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B29C is #AF4D63. Grayscale: #929292. Windows color (decimal): -11488612 or 10269264. OLE color: 10269264.

HSL color Cylindrical-coordinate representation of color #50B29C: hue angle of 166.53º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B29C is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 156 -
CMYK 0.55 0 0.12 0.30
HSL 166.53º 0.39% 0.51% -
HSV(B) 166.53º 0.55% 0.7% -
XYZ 25.23 35.95 37.06 -
YUV 146.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 80 178 156 0.55 0 0.12 0.30 166.53 0.39 0.51
Hex 50 B2 9C 37 0 C 1E A7 27 33
Octal 120 262 234 67 0 14 36 247 47 63
Binary 1010000 10110010 10011100 110111 0 1100 11110 10100111 100111 110011

Color Harmonies of #50B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B29C

Black with #50B29C

Text Example


Text Example

White with #50B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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